Html Css Color HEX #CAC477 Winter Hazel

📋 copy color: '#CAC477'

red 202 ◦ green 196 ◦ blue 119

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

Shades of Winter Hazel #CAC477

Tints of Winter Hazel #CAC477

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.91%

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

R = 39.07%
G = 37.91%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAC477 (or 0xCAC477) is known color: Winter Hazel. HEX triplet: CA, C4 and 77. RGB value is (202,196,119). Sum of RGB (Red+Green+Blue) = 202+196+119=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC477 is #353B88. Grayscale: #BDBDBD. Windows color (decimal): -3488649 or 7849162. OLE color: 7849162.

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

Color convert

RGB 202 196 119 -
CMYK 0 0.03 0.41 0.21
HSL 55.66º 0.44% 0.63% -
HSV(B) 55.66º 0.41% 0.79% -
XYZ 47.43 53.37 25.25 -
YUV 189.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 202 196 119 0 0.03 0.41 0.21 55.66 0.44 0.63
Hex CA C4 77 0 3 29 15 38 2C 3F
Octal 312 304 167 0 3 51 25 70 54 77
Binary 11001010 11000100 1110111 0 11 101001 10101 111000 101100 111111

Color Harmonies of #CAC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC477

Black with #CAC477

Text Example


Text Example

White with #CAC477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC477; }

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

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

background-color css

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

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

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

border-color css

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

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

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