#CAC078

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

Shades of Winter Hazel #CAC078

Tints of Winter Hazel #CAC078

Color information

#CAC078 (or 0xCAC078) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 78. RGB value is (202,192,120). Sum of RGB (Red+Green+Blue) = 202+192+120=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC078 is #353F87. Grayscale: #BBBBBB. Windows color (decimal): -3489672 or 7913674. OLE color: 7913674.

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

Color convert

RGB202192120-
CMYK00.050.410.21
HSL52.68º43.62%63.14%-
HSV(B)52.68º40.59%79.22%-
XYZ46.651.6125.28-
YUV186.7890.31138.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 120 (47.27% from 255) = 23.35%
R=39.30%
G=37.35%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219212000.050.410.2152.6843.6263.14
HexCAC078052915352c3f
Octal312300170055125655477
Binary11001010110000001111000010110100110101110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC078; }

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

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

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

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

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

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

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

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