Html Css Color HEX #CAC577 Winter Hazel

📋 copy color: '#CAC577'

red 202 ◦ green 197 ◦ blue 119

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

Shades of Winter Hazel #CAC577

Tints of Winter Hazel #CAC577

RGB

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

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

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

R = 39%
G = 38.03%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAC577 (or 0xCAC577) is known color: Winter Hazel. HEX triplet: CA, C5 and 77. RGB value is (202,197,119). Sum of RGB (Red+Green+Blue) = 202+197+119=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC577 is #353A88. Grayscale: #BDBDBD. Windows color (decimal): -3488393 or 7849418. OLE color: 7849418.

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

Color convert

RGB 202 197 119 -
CMYK 0 0.02 0.41 0.21
HSL 56.39º 0.44% 0.63% -
HSV(B) 56.39º 0.41% 0.79% -
XYZ 47.65 53.82 25.33 -
YUV 189.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 202 197 119 0 0.02 0.41 0.21 56.39 0.44 0.63
Hex CA C5 77 0 2 29 15 38 2C 3F
Octal 312 305 167 0 2 51 25 70 54 77
Binary 11001010 11000101 1110111 0 10 101001 10101 111000 101100 111111

Color Harmonies of #CAC577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC577

Black with #CAC577

Text Example


Text Example

White with #CAC577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC577; }

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

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

background-color css

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

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

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

border-color css

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

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

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