Html Css Color HEX #CAC393 Winter Hazel

📋 copy color: '#CAC393'

red 202 ◦ green 195 ◦ blue 147

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

Shades of Winter Hazel #CAC393

Tints of Winter Hazel #CAC393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.02%

R = 37.13%
G = 35.85%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAC393 (or 0xCAC393) is known color: Winter Hazel. HEX triplet: CA, C3 and 93. RGB value is (202,195,147). Sum of RGB (Red+Green+Blue) = 202+195+147=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC393 is #353C6C. Grayscale: #BFBFBF. Windows color (decimal): -3488877 or 9683914. OLE color: 9683914.

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

Color convert

RGB 202 195 147 -
CMYK 0 0.03 0.27 0.21
HSL 52.36º 0.34% 0.68% -
HSV(B) 52.36º 0.27% 0.79% -
XYZ 49.14 53.69 35.38 -
YUV 191.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 202 195 147 0 0.03 0.27 0.21 52.36 0.34 0.68
Hex CA C3 93 0 3 1B 15 34 22 44
Octal 312 303 223 0 3 33 25 64 42 104
Binary 11001010 11000011 10010011 0 11 11011 10101 110100 100010 1000100

Color Harmonies of #CAC393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC393

Black with #CAC393

Text Example


Text Example

White with #CAC393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC393; }

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

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

background-color css

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

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

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

border-color css

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

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

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