Shades of Sisal #CAC0A0
Tints of Sisal #CAC0A0
RGB
CMYK
RGB Variations
Color information
#CAC0A0 (or 0xCAC0A0) is known color: Sisal. HEX triplet: CA, C0 and A0. RGB value is (202,192,160). Sum of RGB (Red+Green+Blue) = 202+192+160=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC0A0 is #353F5F. Grayscale: #BFBFBF. Windows color (decimal): -3489632 or 10535114. OLE color: 10535114.
HSL color Cylindrical-coordinate representation of color #CAC0A0: hue angle of 45.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC0A0 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 160 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.21 |
| HSL | 45.71º | 0.28% | 0.71% | - |
| HSV(B) | 45.71º | 0.21% | 0.79% | - |
| XYZ | 49.55 | 52.79 | 40.84 | - |
| YUV | 191.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 160 | 0 | 0.05 | 0.21 | 0.21 | 45.71 | 0.28 | 0.71 |
| Hex | CA | C0 | A0 | 0 | 5 | 15 | 15 | 2E | 1C | 47 |
| Octal | 312 | 300 | 240 | 0 | 5 | 25 | 25 | 56 | 34 | 107 |
| Binary | 11001010 | 11000000 | 10100000 | 0 | 101 | 10101 | 10101 | 101110 | 11100 | 1000111 |
Color Harmonies of #CAC0A0
Complementary color
Monochromatic Colors of #CAC0A0
Black with #CAC0A0
Text Example
Text Example
White with #CAC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0A0; }
p { color: rgb(202,192,160); }
H1.HeaderClassName
{
color: #CAC0A0;
}
.AnyTagClassName
{
color: #CAC0A0;
}
</style>
background-color css
<style>
a { background-color: #CAC0A0; }
a { background-color: rgb(202,192,160); }
div.DivClassName
{
background-color: #CAC0A0;
}
.BgClassName
{
background-color: #CAC0A0;
}
</style>
border-color css
<style>
span { border-color: #CAC0A0; }
span { border-color: rgb(202,192,160); }
td.TdClassName
{
border-color: #CAC0A0;
}
.TagClassName
{
border-color: #CAC0A0;
}
</style>