Shades of Sisal #CAC09C
Tints of Sisal #CAC09C
RGB
CMYK
RGB Variations
Color information
#CAC09C (or 0xCAC09C) is known color: 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
| RGB | 202 | 192 | 156 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.21 |
| HSL | 46.96º | 0.3% | 0.7% | - |
| HSV(B) | 46.96º | 0.23% | 0.79% | - |
| XYZ | 49.21 | 52.66 | 39.02 | - |
| YUV | 190.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 156 | 0 | 0.05 | 0.23 | 0.21 | 46.96 | 0.3 | 0.7 |
| Hex | CA | C0 | 9C | 0 | 5 | 17 | 15 | 2F | 1E | 46 |
| Octal | 312 | 300 | 234 | 0 | 5 | 27 | 25 | 57 | 36 | 106 |
| Binary | 11001010 | 11000000 | 10011100 | 0 | 101 | 10111 | 10101 | 101111 | 11110 | 1000110 |
Color Harmonies of #CAC09C
Complementary color
Monochromatic Colors of #CAC09C
Black with #CAC09C
Text Example
Text Example
White with #CAC09C
Text Example
Text Example
HTML Codes & Css Web 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>