Html Css Color HEX #CAC476 Winter Hazel

📋 copy color: '#CAC476'

red 202 ◦ green 196 ◦ blue 118

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

Shades of Winter Hazel #CAC476

Tints of Winter Hazel #CAC476

RGB

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

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

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

R = 39.15%
G = 37.98%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAC476 (or 0xCAC476) is known color: Winter Hazel. HEX triplet: CA, C4 and 76. RGB value is (202,196,118). Sum of RGB (Red+Green+Blue) = 202+196+118=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC476 is #353B89. Grayscale: #BDBDBD. Windows color (decimal): -3488650 or 7783626. OLE color: 7783626.

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

Color convert

RGB 202 196 118 -
CMYK 0 0.03 0.42 0.21
HSL 55.71º 0.44% 0.63% -
HSV(B) 55.71º 0.42% 0.79% -
XYZ 47.37 53.34 24.94 -
YUV 188.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 202 196 118 0 0.03 0.42 0.21 55.71 0.44 0.63
Hex CA C4 76 0 3 2A 15 38 2C 3F
Octal 312 304 166 0 3 52 25 70 54 77
Binary 11001010 11000100 1110110 0 11 101010 10101 111000 101100 111111

Color Harmonies of #CAC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC476

Black with #CAC476

Text Example


Text Example

White with #CAC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC476; }

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

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

background-color css

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

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

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

border-color css

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

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

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