Shades of Sisal #CBC097
Tints of Sisal #CBC097
RGB
CMYK
RGB Variations
Color information
#CBC097 (or 0xCBC097) is known color: Sisal. HEX triplet: CB, C0 and 97. RGB value is (203,192,151). Sum of RGB (Red+Green+Blue) = 203+192+151=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC097 is #343F68. Grayscale: #BEBEBE. Windows color (decimal): -3424105 or 9945291. OLE color: 9945291.
HSL color Cylindrical-coordinate representation of color #CBC097: hue angle of 47.31º degrees, saturation: 0.33, 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 #CBC097 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 151 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.20 |
| HSL | 47.31º | 0.33% | 0.69% | - |
| HSV(B) | 47.31º | 0.26% | 0.8% | - |
| XYZ | 49.06 | 52.63 | 36.85 | - |
| YUV | 190.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 151 | 0 | 0.05 | 0.26 | 0.20 | 47.31 | 0.33 | 0.69 |
| Hex | CB | C0 | 97 | 0 | 5 | 1A | 14 | 2F | 21 | 45 |
| Octal | 313 | 300 | 227 | 0 | 5 | 32 | 24 | 57 | 41 | 105 |
| Binary | 11001011 | 11000000 | 10010111 | 0 | 101 | 11010 | 10100 | 101111 | 100001 | 1000101 |
Color Harmonies of #CBC097
Complementary color
Monochromatic Colors of #CBC097
Black with #CBC097
Text Example
Text Example
White with #CBC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC097; }
p { color: rgb(203,192,151); }
H1.HeaderClassName
{
color: #CBC097;
}
.AnyTagClassName
{
color: #CBC097;
}
</style>
background-color css
<style>
a { background-color: #CBC097; }
a { background-color: rgb(203,192,151); }
div.DivClassName
{
background-color: #CBC097;
}
.BgClassName
{
background-color: #CBC097;
}
</style>
border-color css
<style>
span { border-color: #CBC097; }
span { border-color: rgb(203,192,151); }
td.TdClassName
{
border-color: #CBC097;
}
.TagClassName
{
border-color: #CBC097;
}
</style>