Shades of Sisal #CBC09E
Tints of Sisal #CBC09E
RGB
CMYK
RGB Variations
Color information
#CBC09E (or 0xCBC09E) is known color: Sisal. HEX triplet: CB, C0 and 9E. RGB value is (203,192,158). Sum of RGB (Red+Green+Blue) = 203+192+158=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC09E is #343F61. Grayscale: #BFBFBF. Windows color (decimal): -3424098 or 10404043. OLE color: 10404043.
HSL color Cylindrical-coordinate representation of color #CBC09E: hue angle of 45.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBC09E is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 158 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.20 |
| HSL | 45.33º | 0.3% | 0.71% | - |
| HSV(B) | 45.33º | 0.22% | 0.8% | - |
| XYZ | 49.65 | 52.86 | 39.93 | - |
| YUV | 191.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 158 | 0 | 0.05 | 0.22 | 0.20 | 45.33 | 0.3 | 0.71 |
| Hex | CB | C0 | 9E | 0 | 5 | 16 | 14 | 2D | 1E | 47 |
| Octal | 313 | 300 | 236 | 0 | 5 | 26 | 24 | 55 | 36 | 107 |
| Binary | 11001011 | 11000000 | 10011110 | 0 | 101 | 10110 | 10100 | 101101 | 11110 | 1000111 |
Color Harmonies of #CBC09E
Complementary color
Monochromatic Colors of #CBC09E
Black with #CBC09E
Text Example
Text Example
White with #CBC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC09E; }
p { color: rgb(203,192,158); }
H1.HeaderClassName
{
color: #CBC09E;
}
.AnyTagClassName
{
color: #CBC09E;
}
</style>
background-color css
<style>
a { background-color: #CBC09E; }
a { background-color: rgb(203,192,158); }
div.DivClassName
{
background-color: #CBC09E;
}
.BgClassName
{
background-color: #CBC09E;
}
</style>
border-color css
<style>
span { border-color: #CBC09E; }
span { border-color: rgb(203,192,158); }
td.TdClassName
{
border-color: #CBC09E;
}
.TagClassName
{
border-color: #CBC09E;
}
</style>