Shades of Sisal #CBBE96
Tints of Sisal #CBBE96
RGB
CMYK
RGB Variations
Color information
#CBBE96 (or 0xCBBE96) is known color: Sisal. HEX triplet: CB, BE and 96. RGB value is (203,190,150). Sum of RGB (Red+Green+Blue) = 203+190+150=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBE96 is #344169. Grayscale: #BDBDBD. Windows color (decimal): -3424618 or 9879243. OLE color: 9879243.
HSL color Cylindrical-coordinate representation of color #CBBE96: hue angle of 45.28º 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 #CBBE96 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 150 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.20 |
| HSL | 45.28º | 0.34% | 0.69% | - |
| HSV(B) | 45.28º | 0.26% | 0.8% | - |
| XYZ | 48.55 | 51.73 | 36.28 | - |
| YUV | 189.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 150 | 0 | 0.06 | 0.26 | 0.20 | 45.28 | 0.34 | 0.69 |
| Hex | CB | BE | 96 | 0 | 6 | 1A | 14 | 2D | 22 | 45 |
| Octal | 313 | 276 | 226 | 0 | 6 | 32 | 24 | 55 | 42 | 105 |
| Binary | 11001011 | 10111110 | 10010110 | 0 | 110 | 11010 | 10100 | 101101 | 100010 | 1000101 |
Color Harmonies of #CBBE96
Complementary color
Monochromatic Colors of #CBBE96
Black with #CBBE96
Text Example
Text Example
White with #CBBE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE96; }
p { color: rgb(203,190,150); }
H1.HeaderClassName
{
color: #CBBE96;
}
.AnyTagClassName
{
color: #CBBE96;
}
</style>
background-color css
<style>
a { background-color: #CBBE96; }
a { background-color: rgb(203,190,150); }
div.DivClassName
{
background-color: #CBBE96;
}
.BgClassName
{
background-color: #CBBE96;
}
</style>
border-color css
<style>
span { border-color: #CBBE96; }
span { border-color: rgb(203,190,150); }
td.TdClassName
{
border-color: #CBBE96;
}
.TagClassName
{
border-color: #CBBE96;
}
</style>