#CAC278

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

Shades of Winter Hazel #CAC278

Tints of Winter Hazel #CAC278

Color information

#CAC278 (or 0xCAC278) is unknown color: approx Winter Hazel. HEX triplet: CA, C2 and 78. RGB value is (202,194,120). Sum of RGB (Red+Green+Blue) = 202+194+120=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC278 is #353D87. Grayscale: #BCBCBC. Windows color (decimal): -3489160 or 7914186. OLE color: 7914186.

HSL color Cylindrical-coordinate representation of color #CAC278: hue angle of 54.15º 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 #CAC278 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202194120-
CMYK00.040.410.21
HSL54.15º43.62%63.14%-
HSV(B)54.15º40.59%79.22%-
XYZ47.0452.525.42-
YUV187.9689.65138.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 120 (47.27% from 255) = 23.26%
R=39.15%
G=37.60%
B=23.26%

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
Decimal20219412000.040.410.2154.1543.6263.14
HexCAC278042915362c3f
Octal312302170045125665477
Binary11001010110000101111000010010100110101110110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC278; }

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

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

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

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

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

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

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

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