Html Css Color HEX #CAC391 Winter Hazel

📋 copy color: '#CAC391'

red 202 ◦ green 195 ◦ blue 145

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

Shades of Winter Hazel #CAC391

Tints of Winter Hazel #CAC391

RGB

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

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

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

R = 37.27%
G = 35.98%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CAC391 (or 0xCAC391) is known color: Winter Hazel. HEX triplet: CA, C3 and 91. RGB value is (202,195,145). Sum of RGB (Red+Green+Blue) = 202+195+145=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC391 is #353C6E. Grayscale: #BFBFBF. Windows color (decimal): -3488879 or 9552842. OLE color: 9552842.

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

Color convert

RGB 202 195 145 -
CMYK 0 0.03 0.28 0.21
HSL 52.63º 0.35% 0.68% -
HSV(B) 52.63º 0.28% 0.79% -
XYZ 48.98 53.63 34.56 -
YUV 191.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 202 195 145 0 0.03 0.28 0.21 52.63 0.35 0.68
Hex CA C3 91 0 3 1C 15 35 23 44
Octal 312 303 221 0 3 34 25 65 43 104
Binary 11001010 11000011 10010001 0 11 11100 10101 110101 100011 1000100

Color Harmonies of #CAC391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC391

Black with #CAC391

Text Example


Text Example

White with #CAC391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC391; }

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

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

background-color css

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

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

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

border-color css

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

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

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