#CAC393

Color #CAC393 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CAC393

Tints of Winter Hazel #CAC393

Color information

#CAC393 (or 0xCAC393) is unknown color: approx 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

RGB202195147-
CMYK00.030.270.21
HSL52.36º34.16%68.43%-
HSV(B)52.36º27.23%79.22%-
XYZ49.1453.6935.38-
YUV191.62102.82135.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% 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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219514700.030.270.2152.3634.1668.43
HexCAC393031B15342244
Octal3123032230333256442104
Binary11001010110000111001001101111011101011101001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>