Html Css Color HEX #CAC279 Winter Hazel

📋 copy color: '#CAC279'

red 202 ◦ green 194 ◦ blue 121

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

Shades of Winter Hazel #CAC279

Tints of Winter Hazel #CAC279

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

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

R = 39.07%
G = 37.52%
B = 23.4%

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

#CAC279 (or 0xCAC279) is known color: Winter Hazel. HEX triplet: CA, C2 and 79. RGB value is (202,194,121). Sum of RGB (Red+Green+Blue) = 202+194+121=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC279 is #353D86. Grayscale: #BCBCBC. Windows color (decimal): -3489159 or 7979722. OLE color: 7979722.

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

Color convert

RGB 202 194 121 -
CMYK 0 0.04 0.40 0.21
HSL 54.07º 0.43% 0.63% -
HSV(B) 54.07º 0.4% 0.79% -
XYZ 47.1 52.52 25.74 -
YUV 188.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 202 194 121 0 0.04 0.40 0.21 54.07 0.43 0.63
Hex CA C2 79 0 4 28 15 36 2B 3F
Octal 312 302 171 0 4 50 25 66 53 77
Binary 11001010 11000010 1111001 0 100 101000 10101 110110 101011 111111

Color Harmonies of #CAC279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC279

Black with #CAC279

Text Example


Text Example

White with #CAC279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC279; }

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

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

background-color css

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

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

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

border-color css

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

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

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