#CAC08A

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

Shades of Winter Hazel #CAC08A

Tints of Winter Hazel #CAC08A

Color information

#CAC08A (or 0xCAC08A) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 8A. RGB value is (202,192,138). Sum of RGB (Red+Green+Blue) = 202+192+138=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC08A is #353F75. Grayscale: #BDBDBD. Windows color (decimal): -3489654 or 9093322. OLE color: 9093322.

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

Color convert

RGB202192138-
CMYK00.050.320.21
HSL50.62º37.65%66.67%-
HSV(B)50.62º31.68%79.22%-
XYZ47.7952.0931.58-
YUV188.8399.31137.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=37.97%
G=36.09%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219213800.050.320.2150.6237.6566.67
HexCAC08A052015332643
Octal3123002120540256346103
Binary1100101011000000100010100101100000101011100111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC08A; }

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

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

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

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

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

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

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

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