Shades of Sisal #CAC4A0
Tints of Sisal #CAC4A0
RGB
CMYK
RGB Variations
Color information
#CAC4A0 (or 0xCAC4A0) is known color: Sisal. HEX triplet: CA, C4 and A0. RGB value is (202,196,160). Sum of RGB (Red+Green+Blue) = 202+196+160=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC4A0 is #353B5F. Grayscale: #C1C1C1. Windows color (decimal): -3488608 or 10536138. OLE color: 10536138.
HSL color Cylindrical-coordinate representation of color #CAC4A0: hue angle of 51.43º 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 #CAC4A0 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 160 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.21 |
| HSL | 51.43º | 0.28% | 0.71% | - |
| HSV(B) | 51.43º | 0.21% | 0.79% | - |
| XYZ | 50.44 | 54.57 | 41.13 | - |
| YUV | 193.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 160 | 0 | 0.03 | 0.21 | 0.21 | 51.43 | 0.28 | 0.71 |
| Hex | CA | C4 | A0 | 0 | 3 | 15 | 15 | 33 | 1C | 47 |
| Octal | 312 | 304 | 240 | 0 | 3 | 25 | 25 | 63 | 34 | 107 |
| Binary | 11001010 | 11000100 | 10100000 | 0 | 11 | 10101 | 10101 | 110011 | 11100 | 1000111 |
Color Harmonies of #CAC4A0
Complementary color
Monochromatic Colors of #CAC4A0
Black with #CAC4A0
Text Example
Text Example
White with #CAC4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4A0; }
p { color: rgb(202,196,160); }
H1.HeaderClassName
{
color: #CAC4A0;
}
.AnyTagClassName
{
color: #CAC4A0;
}
</style>
background-color css
<style>
a { background-color: #CAC4A0; }
a { background-color: rgb(202,196,160); }
div.DivClassName
{
background-color: #CAC4A0;
}
.BgClassName
{
background-color: #CAC4A0;
}
</style>
border-color css
<style>
span { border-color: #CAC4A0; }
span { border-color: rgb(202,196,160); }
td.TdClassName
{
border-color: #CAC4A0;
}
.TagClassName
{
border-color: #CAC4A0;
}
</style>