#CAC08C

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

Shades of Winter Hazel #CAC08C

Tints of Winter Hazel #CAC08C

Color information

#CAC08C (or 0xCAC08C) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 8C. RGB value is (202,192,140). Sum of RGB (Red+Green+Blue) = 202+192+140=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC08C is #353F73. Grayscale: #BDBDBD. Windows color (decimal): -3489652 or 9224394. OLE color: 9224394.

HSL color Cylindrical-coordinate representation of color #CAC08C: hue angle of 50.32º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAC08C is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB202192140-
CMYK00.050.310.21
HSL50.32º36.9%67.06%-
HSV(B)50.32º30.69%79.22%-
XYZ47.9452.1532.35-
YUV189.06100.31137.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 140 (55.08% from 255) = 26.22%
R=37.83%
G=35.96%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219214000.050.310.2150.3236.967.06
HexCAC08C051F15322543
Octal3123002140537256245103
Binary110010101100000010001100010111111101011100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC08C; }

 p { color: rgb(202,192,140); }

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

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

 a { background-color: rgb(202,192,140); }

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

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

 span { border-color: rgb(202,192,140); }

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