Html Css Color HEX #CAC079 Winter Hazel

📋 copy color: '#CAC079'

red 202 ◦ green 192 ◦ blue 121

#CAC079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CAC079

Tints of Winter Hazel #CAC079

RGB

 RED value IS 202 (79.3% from 255) = 39.22%

 GREEN value IS 192 (75.39% from 255) = 37.28%

 BLUE value IS 121 (47.66% from 255) = 23.5%

R = 39.22%
G = 37.28%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAC079 (or 0xCAC079) is known color: Winter Hazel. HEX triplet: CA, C0 and 79. RGB value is (202,192,121). Sum of RGB (Red+Green+Blue) = 202+192+121=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC079 is #353F86. Grayscale: #BBBBBB. Windows color (decimal): -3489671 or 7979210. OLE color: 7979210.

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

Color convert

RGB 202 192 121 -
CMYK 0 0.05 0.40 0.21
HSL 52.59º 0.43% 0.63% -
HSV(B) 52.59º 0.4% 0.79% -
XYZ 46.66 51.64 25.6 -
YUV 186.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 202 192 121 0 0.05 0.40 0.21 52.59 0.43 0.63
Hex CA C0 79 0 5 28 15 35 2B 3F
Octal 312 300 171 0 5 50 25 65 53 77
Binary 11001010 11000000 1111001 0 101 101000 10101 110101 101011 111111

Color Harmonies of #CAC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC079

Black with #CAC079

Text Example


Text Example

White with #CAC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC079; }

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

 H1.HeaderClassName
 {
   color: #CAC079;
 }
 .AnyTagClassName
 {
   color: #CAC079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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