Html Css Color HEX #CAC077 Winter Hazel

📋 copy color: '#CAC077'

red 202 ◦ green 192 ◦ blue 119

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

Shades of Winter Hazel #CAC077

Tints of Winter Hazel #CAC077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.2%

R = 39.38%
G = 37.43%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAC077 (or 0xCAC077) is known color: Winter Hazel. HEX triplet: CA, C0 and 77. RGB value is (202,192,119). Sum of RGB (Red+Green+Blue) = 202+192+119=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC077 is #353F88. Grayscale: #BABABA. Windows color (decimal): -3489673 or 7848138. OLE color: 7848138.

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

Color convert

RGB 202 192 119 -
CMYK 0 0.05 0.41 0.21
HSL 52.77º 0.44% 0.63% -
HSV(B) 52.77º 0.41% 0.79% -
XYZ 46.54 51.59 24.96 -
YUV 186.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 202 192 119 0 0.05 0.41 0.21 52.77 0.44 0.63
Hex CA C0 77 0 5 29 15 35 2C 3F
Octal 312 300 167 0 5 51 25 65 54 77
Binary 11001010 11000000 1110111 0 101 101001 10101 110101 101100 111111

Color Harmonies of #CAC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC077

Black with #CAC077

Text Example


Text Example

White with #CAC077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC077; }

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

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

background-color css

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

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

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

border-color css

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

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

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