Html Css Color HEX #CAC179 Winter Hazel

📋 copy color: '#CAC179'

red 202 ◦ green 193 ◦ blue 121

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

Shades of Winter Hazel #CAC179

Tints of Winter Hazel #CAC179

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.4%

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

R = 39.15%
G = 37.4%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAC179 (or 0xCAC179) is known color: Winter Hazel. HEX triplet: CA, C1 and 79. RGB value is (202,193,121). Sum of RGB (Red+Green+Blue) = 202+193+121=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC179 is #353E86. Grayscale: #BBBBBB. Windows color (decimal): -3489415 or 7979466. OLE color: 7979466.

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

Color convert

RGB 202 193 121 -
CMYK 0 0.04 0.40 0.21
HSL 53.33º 0.43% 0.63% -
HSV(B) 53.33º 0.4% 0.79% -
XYZ 46.88 52.08 25.67 -
YUV 187.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 202 193 121 0 0.04 0.40 0.21 53.33 0.43 0.63
Hex CA C1 79 0 4 28 15 35 2B 3F
Octal 312 301 171 0 4 50 25 65 53 77
Binary 11001010 11000001 1111001 0 100 101000 10101 110101 101011 111111

Color Harmonies of #CAC179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC179

Black with #CAC179

Text Example


Text Example

White with #CAC179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC179; }

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

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

background-color css

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

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

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

border-color css

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

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

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