Shades of Sisal #CAC09B
Tints of Sisal #CAC09B
RGB
CMYK
RGB Variations
Color information
#CAC09B (or 0xCAC09B) is known color: Sisal. HEX triplet: CA, C0 and 9B. RGB value is (202,192,155). Sum of RGB (Red+Green+Blue) = 202+192+155=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC09B is #353F64. Grayscale: #BEBEBE. Windows color (decimal): -3489637 or 10207434. OLE color: 10207434.
HSL color Cylindrical-coordinate representation of color #CAC09B: hue angle of 47.23º degrees, saturation: 0.31, 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 #CAC09B is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 155 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.21 |
| HSL | 47.23º | 0.31% | 0.7% | - |
| HSV(B) | 47.23º | 0.23% | 0.79% | - |
| XYZ | 49.12 | 52.62 | 38.58 | - |
| YUV | 190.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 155 | 0 | 0.05 | 0.23 | 0.21 | 47.23 | 0.31 | 0.7 |
| Hex | CA | C0 | 9B | 0 | 5 | 17 | 15 | 2F | 1F | 46 |
| Octal | 312 | 300 | 233 | 0 | 5 | 27 | 25 | 57 | 37 | 106 |
| Binary | 11001010 | 11000000 | 10011011 | 0 | 101 | 10111 | 10101 | 101111 | 11111 | 1000110 |
Color Harmonies of #CAC09B
Complementary color
Monochromatic Colors of #CAC09B
Black with #CAC09B
Text Example
Text Example
White with #CAC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC09B; }
p { color: rgb(202,192,155); }
H1.HeaderClassName
{
color: #CAC09B;
}
.AnyTagClassName
{
color: #CAC09B;
}
</style>
background-color css
<style>
a { background-color: #CAC09B; }
a { background-color: rgb(202,192,155); }
div.DivClassName
{
background-color: #CAC09B;
}
.BgClassName
{
background-color: #CAC09B;
}
</style>
border-color css
<style>
span { border-color: #CAC09B; }
span { border-color: rgb(202,192,155); }
td.TdClassName
{
border-color: #CAC09B;
}
.TagClassName
{
border-color: #CAC09B;
}
</style>