Html Css Color HEX #CAC376 Winter Hazel

📋 copy color: '#CAC376'

red 202 ◦ green 195 ◦ blue 118

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

Shades of Winter Hazel #CAC376

Tints of Winter Hazel #CAC376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.86%

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

R = 39.22%
G = 37.86%
B = 22.91%

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

#CAC376 (or 0xCAC376) is known color: Winter Hazel. HEX triplet: CA, C3 and 76. RGB value is (202,195,118). Sum of RGB (Red+Green+Blue) = 202+195+118=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC376 is #353C89. Grayscale: #BCBCBC. Windows color (decimal): -3488906 or 7783370. OLE color: 7783370.

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

Color convert

RGB 202 195 118 -
CMYK 0 0.03 0.42 0.21
HSL 55º 0.44% 0.63% -
HSV(B) 55º 0.42% 0.79% -
XYZ 47.14 52.89 24.86 -
YUV 188.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 202 195 118 0 0.03 0.42 0.21 55 0.44 0.63
Hex CA C3 76 0 3 2A 15 37 2C 3F
Octal 312 303 166 0 3 52 25 67 54 77
Binary 11001010 11000011 1110110 0 11 101010 10101 110111 101100 111111

Color Harmonies of #CAC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC376

Black with #CAC376

Text Example


Text Example

White with #CAC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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