Shades of Sisal #CBC095
Tints of Sisal #CBC095
RGB
CMYK
RGB Variations
Color information
#CBC095 (or 0xCBC095) is known color: Sisal. HEX triplet: CB, C0 and 95. RGB value is (203,192,149). Sum of RGB (Red+Green+Blue) = 203+192+149=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC095 is #343F6A. Grayscale: #BEBEBE. Windows color (decimal): -3424107 or 9814219. OLE color: 9814219.
HSL color Cylindrical-coordinate representation of color #CBC095: hue angle of 47.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBC095 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 149 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.20 |
| HSL | 47.78º | 0.34% | 0.69% | - |
| HSV(B) | 47.78º | 0.27% | 0.8% | - |
| XYZ | 48.9 | 52.57 | 36 | - |
| YUV | 190.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 149 | 0 | 0.05 | 0.27 | 0.20 | 47.78 | 0.34 | 0.69 |
| Hex | CB | C0 | 95 | 0 | 5 | 1B | 14 | 30 | 22 | 45 |
| Octal | 313 | 300 | 225 | 0 | 5 | 33 | 24 | 60 | 42 | 105 |
| Binary | 11001011 | 11000000 | 10010101 | 0 | 101 | 11011 | 10100 | 110000 | 100010 | 1000101 |
Color Harmonies of #CBC095
Complementary color
Monochromatic Colors of #CBC095
Black with #CBC095
Text Example
Text Example
White with #CBC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC095; }
p { color: rgb(203,192,149); }
H1.HeaderClassName
{
color: #CBC095;
}
.AnyTagClassName
{
color: #CBC095;
}
</style>
background-color css
<style>
a { background-color: #CBC095; }
a { background-color: rgb(203,192,149); }
div.DivClassName
{
background-color: #CBC095;
}
.BgClassName
{
background-color: #CBC095;
}
</style>
border-color css
<style>
span { border-color: #CBC095; }
span { border-color: rgb(203,192,149); }
td.TdClassName
{
border-color: #CBC095;
}
.TagClassName
{
border-color: #CBC095;
}
</style>