#CAC277

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

Shades of Winter Hazel #CAC277

Tints of Winter Hazel #CAC277

Color information

#CAC277 (or 0xCAC277) is unknown color: approx Winter Hazel. HEX triplet: CA, C2 and 77. RGB value is (202,194,119). Sum of RGB (Red+Green+Blue) = 202+194+119=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC277 is #353D88. Grayscale: #BCBCBC. Windows color (decimal): -3489161 or 7848650. OLE color: 7848650.

HSL color Cylindrical-coordinate representation of color #CAC277: hue angle of 54.22º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAC277 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202194119-
CMYK00.040.410.21
HSL54.22º43.92%62.94%-
HSV(B)54.22º41.09%79.22%-
XYZ46.9852.4725.1-
YUV187.8489.15138.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 119 (46.88% from 255) = 23.11%
R=39.22%
G=37.67%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219411900.040.410.2154.2243.9262.94
HexCAC277042915362c3f
Octal312302167045125665477
Binary11001010110000101110111010010100110101110110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC277; }

 p { color: rgb(202,194,119); }

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

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

 a { background-color: rgb(202,194,119); }

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

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

 span { border-color: rgb(202,194,119); }

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