#CAC37C

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

Shades of Winter Hazel #CAC37C

Tints of Winter Hazel #CAC37C

Color information

#CAC37C (or 0xCAC37C) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 7C. RGB value is (202,195,124). Sum of RGB (Red+Green+Blue) = 202+195+124=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC37C is #353C83. Grayscale: #BDBDBD. Windows color (decimal): -3488900 or 8176586. OLE color: 8176586.

HSL color Cylindrical-coordinate representation of color #CAC37C: hue angle of 54.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAC37C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB202195124-
CMYK00.030.390.21
HSL54.62º42.39%63.92%-
HSV(B)54.62º38.61%79.22%-
XYZ47.5153.0426.8-
YUV18991.32137.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 124 (48.83% from 255) = 23.80%
R=38.77%
G=37.43%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219512400.030.390.2154.6242.3963.92
HexCAC37C032715372a40
Octal3123031740347256752100
Binary11001010110000111111100011100111101011101111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC37C; }

 p { color: rgb(202,195,124); }

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

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

 a { background-color: rgb(202,195,124); }

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

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

 span { border-color: rgb(202,195,124); }

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