Html Css Color HEX #CAC275 Winter Hazel

📋 copy color: '#CAC275'

red 202 ◦ green 194 ◦ blue 117

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

Shades of Winter Hazel #CAC275

Tints of Winter Hazel #CAC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.82%

 BLUE value IS 117 (46.09% from 255) = 22.81%

R = 39.38%
G = 37.82%
B = 22.81%

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

#CAC275 (or 0xCAC275) is known color: Winter Hazel. HEX triplet: CA, C2 and 75. RGB value is (202,194,117). Sum of RGB (Red+Green+Blue) = 202+194+117=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC275 is #353D8A. Grayscale: #BBBBBB. Windows color (decimal): -3489163 or 7717578. OLE color: 7717578.

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

Color convert

RGB 202 194 117 -
CMYK 0 0.04 0.42 0.21
HSL 54.35º 0.45% 0.63% -
HSV(B) 54.35º 0.42% 0.79% -
XYZ 46.86 52.42 24.48 -
YUV 187.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 202 194 117 0 0.04 0.42 0.21 54.35 0.45 0.63
Hex CA C2 75 0 4 2A 15 36 2D 3F
Octal 312 302 165 0 4 52 25 66 55 77
Binary 11001010 11000010 1110101 0 100 101010 10101 110110 101101 111111

Color Harmonies of #CAC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC275

Black with #CAC275

Text Example


Text Example

White with #CAC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC275; }

 p { color: rgb(202,194,117); }

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

background-color css

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

 a { background-color: rgb(202,194,117); }

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

border-color css

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

 span { border-color: rgb(202,194,117); }

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