#CAC09C

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

Shades of Sisal #CAC09C

Tints of Sisal #CAC09C

Color information

#CAC09C (or 0xCAC09C) is unknown color: approx Sisal. HEX triplet: CA, C0 and 9C. RGB value is (202,192,156). Sum of RGB (Red+Green+Blue) = 202+192+156=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC09C is #353F63. Grayscale: #BFBFBF. Windows color (decimal): -3489636 or 10272970. OLE color: 10272970.

HSL color Cylindrical-coordinate representation of color #CAC09C: hue angle of 46.96º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAC09C is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB202192156-
CMYK00.050.230.21
HSL46.96º30.26%70.2%-
HSV(B)46.96º22.77%79.22%-
XYZ49.2152.6639.02-
YUV190.89108.31135.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 192 (75.39% from 255) = 34.91%
BLUE value IS 156 (61.33% from 255) = 28.36%
R=36.73%
G=34.91%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219215600.050.230.2146.9630.2670.2
HexCAC09C0517152f1e46
Octal3123002340527255736106
Binary11001010110000001001110001011011110101101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC09C; }

 p { color: rgb(202,192,156); }

 H1.HeaderClassName
 {
   color: #CAC09C;
 }
 .AnyTagClassName
 {
   color: #CAC09C;
 }
</style>
background-color css

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

 a { background-color: rgb(202,192,156); }

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

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

 span { border-color: rgb(202,192,156); }

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