#CAC379

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

Shades of Winter Hazel #CAC379

Tints of Winter Hazel #CAC379

Color information

#CAC379 (or 0xCAC379) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 79. RGB value is (202,195,121). Sum of RGB (Red+Green+Blue) = 202+195+121=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC379 is #353C86. Grayscale: #BCBCBC. Windows color (decimal): -3488903 or 7979978. OLE color: 7979978.

HSL color Cylindrical-coordinate representation of color #CAC379: hue angle of 54.81º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAC379 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202195121-
CMYK00.030.400.21
HSL54.81º43.32%63.33%-
HSV(B)54.81º40.1%79.22%-
XYZ47.3252.9725.82-
YUV188.6689.82137.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 121 (47.66% from 255) = 23.36%
R=39.00%
G=37.64%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219512100.030.400.2154.8143.3263.33
HexCAC379032815372b3f
Octal312303171035025675377
Binary1100101011000011111100101110100010101110111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC379; }

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

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

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

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

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

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

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

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