Html Css Color HEX #CAC575 Winter Hazel

📋 copy color: '#CAC575'

red 202 ◦ green 197 ◦ blue 117

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

Shades of Winter Hazel #CAC575

Tints of Winter Hazel #CAC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.18%

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

R = 39.15%
G = 38.18%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAC575 (or 0xCAC575) is known color: Winter Hazel. HEX triplet: CA, C5 and 75. RGB value is (202,197,117). Sum of RGB (Red+Green+Blue) = 202+197+117=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC575 is #353A8A. Grayscale: #BDBDBD. Windows color (decimal): -3488395 or 7718346. OLE color: 7718346.

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

Color convert

RGB 202 197 117 -
CMYK 0 0.02 0.42 0.21
HSL 56.47º 0.45% 0.63% -
HSV(B) 56.47º 0.42% 0.79% -
XYZ 47.53 53.77 24.7 -
YUV 189.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 202 197 117 0 0.02 0.42 0.21 56.47 0.45 0.63
Hex CA C5 75 0 2 2A 15 38 2D 3F
Octal 312 305 165 0 2 52 25 70 55 77
Binary 11001010 11000101 1110101 0 10 101010 10101 111000 101101 111111

Color Harmonies of #CAC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC575

Black with #CAC575

Text Example


Text Example

White with #CAC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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