Html Css Color HEX #CAC076 Winter Hazel

📋 copy color: '#CAC076'

red 202 ◦ green 192 ◦ blue 118

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

Shades of Winter Hazel #CAC076

Tints of Winter Hazel #CAC076

RGB

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

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

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

R = 39.45%
G = 37.5%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAC076 (or 0xCAC076) is known color: Winter Hazel. HEX triplet: CA, C0 and 76. RGB value is (202,192,118). Sum of RGB (Red+Green+Blue) = 202+192+118=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC076 is #353F89. Grayscale: #BABABA. Windows color (decimal): -3489674 or 7782602. OLE color: 7782602.

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

Color convert

RGB 202 192 118 -
CMYK 0 0.05 0.42 0.21
HSL 52.86º 0.44% 0.63% -
HSV(B) 52.86º 0.42% 0.79% -
XYZ 46.48 51.56 24.64 -
YUV 186.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 202 192 118 0 0.05 0.42 0.21 52.86 0.44 0.63
Hex CA C0 76 0 5 2A 15 35 2C 3F
Octal 312 300 166 0 5 52 25 65 54 77
Binary 11001010 11000000 1110110 0 101 101010 10101 110101 101100 111111

Color Harmonies of #CAC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC076

Black with #CAC076

Text Example


Text Example

White with #CAC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC076; }

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

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

background-color css

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

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

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

border-color css

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

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

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