Html Css Color HEX #CAC175 Winter Hazel

📋 copy color: '#CAC175'

red 202 ◦ green 193 ◦ blue 117

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

Shades of Winter Hazel #CAC175

Tints of Winter Hazel #CAC175

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.7%

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

R = 39.45%
G = 37.7%
B = 22.85%

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

#CAC175 (or 0xCAC175) is known color: Winter Hazel. HEX triplet: CA, C1 and 75. RGB value is (202,193,117). Sum of RGB (Red+Green+Blue) = 202+193+117=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC175 is #353E8A. Grayscale: #BBBBBB. Windows color (decimal): -3489419 or 7717322. OLE color: 7717322.

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

Color convert

RGB 202 193 117 -
CMYK 0 0.04 0.42 0.21
HSL 53.65º 0.45% 0.63% -
HSV(B) 53.65º 0.42% 0.79% -
XYZ 46.64 51.98 24.4 -
YUV 187.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 202 193 117 0 0.04 0.42 0.21 53.65 0.45 0.63
Hex CA C1 75 0 4 2A 15 36 2D 3F
Octal 312 301 165 0 4 52 25 66 55 77
Binary 11001010 11000001 1110101 0 100 101010 10101 110110 101101 111111

Color Harmonies of #CAC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC175

Black with #CAC175

Text Example


Text Example

White with #CAC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC175; }

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

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

background-color css

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

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

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

border-color css

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

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

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