Html Css Color HEX #CAC191 Winter Hazel

📋 copy color: '#CAC191'

red 202 ◦ green 193 ◦ blue 145

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

Shades of Winter Hazel #CAC191

Tints of Winter Hazel #CAC191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.85%

R = 37.41%
G = 35.74%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CAC191 (or 0xCAC191) is known color: Winter Hazel. HEX triplet: CA, C1 and 91. RGB value is (202,193,145). Sum of RGB (Red+Green+Blue) = 202+193+145=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC191 is #353E6E. Grayscale: #BEBEBE. Windows color (decimal): -3489391 or 9552330. OLE color: 9552330.

HSL color Cylindrical-coordinate representation of color #CAC191: hue angle of 50.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAC191 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 193 145 -
CMYK 0 0.04 0.28 0.21
HSL 50.53º 0.35% 0.68% -
HSV(B) 50.53º 0.28% 0.79% -
XYZ 48.54 52.74 34.41 -
YUV 190.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 202 193 145 0 0.04 0.28 0.21 50.53 0.35 0.68
Hex CA C1 91 0 4 1C 15 33 23 44
Octal 312 301 221 0 4 34 25 63 43 104
Binary 11001010 11000001 10010001 0 100 11100 10101 110011 100011 1000100

Color Harmonies of #CAC191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC191

Black with #CAC191

Text Example


Text Example

White with #CAC191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC191; }

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

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

background-color css

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

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

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

border-color css

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

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

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