Html Css Color HEX #CAC579 Winter Hazel

📋 copy color: '#CAC579'

red 202 ◦ green 197 ◦ blue 121

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

Shades of Winter Hazel #CAC579

Tints of Winter Hazel #CAC579

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.88%

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

R = 38.85%
G = 37.88%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAC579 (or 0xCAC579) is known color: Winter Hazel. HEX triplet: CA, C5 and 79. RGB value is (202,197,121). Sum of RGB (Red+Green+Blue) = 202+197+121=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC579 is #353A86. Grayscale: #BEBEBE. Windows color (decimal): -3488391 or 7980490. OLE color: 7980490.

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

Color convert

RGB 202 197 121 -
CMYK 0 0.02 0.40 0.21
HSL 56.3º 0.43% 0.63% -
HSV(B) 56.3º 0.4% 0.79% -
XYZ 47.77 53.87 25.97 -
YUV 189.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 202 197 121 0 0.02 0.40 0.21 56.3 0.43 0.63
Hex CA C5 79 0 2 28 15 38 2B 3F
Octal 312 305 171 0 2 50 25 70 53 77
Binary 11001010 11000101 1111001 0 10 101000 10101 111000 101011 111111

Color Harmonies of #CAC579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC579

Black with #CAC579

Text Example


Text Example

White with #CAC579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC579; }

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

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

background-color css

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

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

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

border-color css

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

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

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