Shades of Sisal #CBC09A
Tints of Sisal #CBC09A
RGB
CMYK
RGB Variations
Color information
#CBC09A (or 0xCBC09A) is known color: Sisal. HEX triplet: CB, C0 and 9A. RGB value is (203,192,154). Sum of RGB (Red+Green+Blue) = 203+192+154=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC09A is #343F65. Grayscale: #BFBFBF. Windows color (decimal): -3424102 or 10141899. OLE color: 10141899.
HSL color Cylindrical-coordinate representation of color #CBC09A: hue angle of 46.53º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBC09A is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 154 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.20 |
| HSL | 46.53º | 0.32% | 0.7% | - |
| HSV(B) | 46.53º | 0.24% | 0.8% | - |
| XYZ | 49.31 | 52.73 | 38.15 | - |
| YUV | 190.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 154 | 0 | 0.05 | 0.24 | 0.20 | 46.53 | 0.32 | 0.7 |
| Hex | CB | C0 | 9A | 0 | 5 | 18 | 14 | 2F | 20 | 46 |
| Octal | 313 | 300 | 232 | 0 | 5 | 30 | 24 | 57 | 40 | 106 |
| Binary | 11001011 | 11000000 | 10011010 | 0 | 101 | 11000 | 10100 | 101111 | 100000 | 1000110 |
Color Harmonies of #CBC09A
Complementary color
Monochromatic Colors of #CBC09A
Black with #CBC09A
Text Example
Text Example
White with #CBC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC09A; }
p { color: rgb(203,192,154); }
H1.HeaderClassName
{
color: #CBC09A;
}
.AnyTagClassName
{
color: #CBC09A;
}
</style>
background-color css
<style>
a { background-color: #CBC09A; }
a { background-color: rgb(203,192,154); }
div.DivClassName
{
background-color: #CBC09A;
}
.BgClassName
{
background-color: #CBC09A;
}
</style>
border-color css
<style>
span { border-color: #CBC09A; }
span { border-color: rgb(203,192,154); }
td.TdClassName
{
border-color: #CBC09A;
}
.TagClassName
{
border-color: #CBC09A;
}
</style>