Shades of Sisal #CBC096
Tints of Sisal #CBC096
RGB
CMYK
RGB Variations
Color information
#CBC096 (or 0xCBC096) is known color: Sisal. HEX triplet: CB, C0 and 96. RGB value is (203,192,150). Sum of RGB (Red+Green+Blue) = 203+192+150=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC096 is #343F69. Grayscale: #BEBEBE. Windows color (decimal): -3424106 or 9879755. OLE color: 9879755.
HSL color Cylindrical-coordinate representation of color #CBC096: hue angle of 47.55º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBC096 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 150 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.20 |
| HSL | 47.55º | 0.34% | 0.69% | - |
| HSV(B) | 47.55º | 0.26% | 0.8% | - |
| XYZ | 48.98 | 52.6 | 36.42 | - |
| YUV | 190.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 150 | 0 | 0.05 | 0.26 | 0.20 | 47.55 | 0.34 | 0.69 |
| Hex | CB | C0 | 96 | 0 | 5 | 1A | 14 | 30 | 22 | 45 |
| Octal | 313 | 300 | 226 | 0 | 5 | 32 | 24 | 60 | 42 | 105 |
| Binary | 11001011 | 11000000 | 10010110 | 0 | 101 | 11010 | 10100 | 110000 | 100010 | 1000101 |
Color Harmonies of #CBC096
Complementary color
Monochromatic Colors of #CBC096
Black with #CBC096
Text Example
Text Example
White with #CBC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC096; }
p { color: rgb(203,192,150); }
H1.HeaderClassName
{
color: #CBC096;
}
.AnyTagClassName
{
color: #CBC096;
}
</style>
background-color css
<style>
a { background-color: #CBC096; }
a { background-color: rgb(203,192,150); }
div.DivClassName
{
background-color: #CBC096;
}
.BgClassName
{
background-color: #CBC096;
}
</style>
border-color css
<style>
span { border-color: #CBC096; }
span { border-color: rgb(203,192,150); }
td.TdClassName
{
border-color: #CBC096;
}
.TagClassName
{
border-color: #CBC096;
}
</style>