Html Css Color HEX #CAC176 Winter Hazel

📋 copy color: '#CAC176'

red 202 ◦ green 193 ◦ blue 118

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

Shades of Winter Hazel #CAC176

Tints of Winter Hazel #CAC176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23%

R = 39.38%
G = 37.62%
B = 23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAC176 (or 0xCAC176) is known color: Winter Hazel. HEX triplet: CA, C1 and 76. RGB value is (202,193,118). Sum of RGB (Red+Green+Blue) = 202+193+118=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC176 is #353E89. Grayscale: #BBBBBB. Windows color (decimal): -3489418 or 7782858. OLE color: 7782858.

HSL color Cylindrical-coordinate representation of color #CAC176: hue angle of 53.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAC176 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 193 118 -
CMYK 0 0.04 0.42 0.21
HSL 53.57º 0.44% 0.63% -
HSV(B) 53.57º 0.42% 0.79% -
XYZ 46.7 52 24.72 -
YUV 187.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 202 193 118 0 0.04 0.42 0.21 53.57 0.44 0.63
Hex CA C1 76 0 4 2A 15 36 2C 3F
Octal 312 301 166 0 4 52 25 66 54 77
Binary 11001010 11000001 1110110 0 100 101010 10101 110110 101100 111111

Color Harmonies of #CAC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC176

Black with #CAC176

Text Example


Text Example

White with #CAC176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC176; }

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

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

background-color css

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

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

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

border-color css

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

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

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