Shades of Sisal #CAC09A
Tints of Sisal #CAC09A
RGB
CMYK
RGB Variations
Color information
#CAC09A (or 0xCAC09A) is known color: Sisal. HEX triplet: CA, C0 and 9A. RGB value is (202,192,154). Sum of RGB (Red+Green+Blue) = 202+192+154=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC09A is #353F65. Grayscale: #BEBEBE. Windows color (decimal): -3489638 or 10141898. OLE color: 10141898.
HSL color Cylindrical-coordinate representation of color #CAC09A: hue angle of 47.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAC09A is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 154 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.21 |
| HSL | 47.5º | 0.31% | 0.7% | - |
| HSV(B) | 47.5º | 0.24% | 0.79% | - |
| XYZ | 49.04 | 52.59 | 38.14 | - |
| YUV | 190.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 154 | 0 | 0.05 | 0.24 | 0.21 | 47.5 | 0.31 | 0.7 |
| Hex | CA | C0 | 9A | 0 | 5 | 18 | 15 | 30 | 1F | 46 |
| Octal | 312 | 300 | 232 | 0 | 5 | 30 | 25 | 60 | 37 | 106 |
| Binary | 11001010 | 11000000 | 10011010 | 0 | 101 | 11000 | 10101 | 110000 | 11111 | 1000110 |
Color Harmonies of #CAC09A
Complementary color
Monochromatic Colors of #CAC09A
Black with #CAC09A
Text Example
Text Example
White with #CAC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC09A; }
p { color: rgb(202,192,154); }
H1.HeaderClassName
{
color: #CAC09A;
}
.AnyTagClassName
{
color: #CAC09A;
}
</style>
background-color css
<style>
a { background-color: #CAC09A; }
a { background-color: rgb(202,192,154); }
div.DivClassName
{
background-color: #CAC09A;
}
.BgClassName
{
background-color: #CAC09A;
}
</style>
border-color css
<style>
span { border-color: #CAC09A; }
span { border-color: rgb(202,192,154); }
td.TdClassName
{
border-color: #CAC09A;
}
.TagClassName
{
border-color: #CAC09A;
}
</style>