#ca7a5b

Color #CA7A5B Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #CA7A5B

Tints of Japonica #CA7A5B

Color information

#CA7A5B (or 0xCA7A5B) is unknown color: approx Japonica. HEX triplet: CA, 7A and 5B. RGB value is (202,122,91). Sum of RGB (Red+Green+Blue) = 202+122+91=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A5B is #3585A4. Grayscale: #8E8E8E. Windows color (decimal): -3507621 or 5995210. OLE color: 5995210.

HSL color Cylindrical-coordinate representation of color #CA7A5B: hue angle of 16.76º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA7A5B is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20212291-
CMYK00.400.550.21
HSL16.76º51.15%57.45%-
HSV(B)16.76º54.95%79.22%-
XYZ33.227.2313.4-
YUV142.3999170.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=48.67%
G=29.40%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021229100.400.550.2116.7651.1557.45
HexCA7A5B0283715113339
Octal3121721330506725216371
Binary110010101111010101101101010001101111010110001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7a5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7a5b; }

 p { color: rgb(202,122,91); }

 H1.HeaderClassName
 {
   color: #ca7a5b;
 }
 .AnyTagClassName
 {
   color: #ca7a5b;
 }
</style>
background-color css

<style>
 a { background-color: #ca7a5b; }

 a { background-color: rgb(202,122,91); }

 div.DivClassName
 {
   background-color: #ca7a5b;
 }
 .BgClassName
 {
   background-color: #ca7a5b;
 }
</style>
border-color css

<style>
 span { border-color: #ca7a5b; }

 span { border-color: rgb(202,122,91); }

 td.TdClassName
 {
   border-color: #ca7a5b;
 }
 .TagClassName
 {
   border-color: #ca7a5b;
 }
</style>