Shades of Sisal #CBBD96
Tints of Sisal #CBBD96
RGB
CMYK
RGB Variations
Color information
#CBBD96 (or 0xCBBD96) is known color: Sisal. HEX triplet: CB, BD and 96. RGB value is (203,189,150). Sum of RGB (Red+Green+Blue) = 203+189+150=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD96 is #344269. Grayscale: #BCBCBC. Windows color (decimal): -3424874 or 9878987. OLE color: 9878987.
HSL color Cylindrical-coordinate representation of color #CBBD96: hue angle of 44.15º 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 #CBBD96 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 150 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.20 |
| HSL | 44.15º | 0.34% | 0.69% | - |
| HSV(B) | 44.15º | 0.26% | 0.8% | - |
| XYZ | 48.33 | 51.29 | 36.21 | - |
| YUV | 188.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 150 | 0 | 0.07 | 0.26 | 0.20 | 44.15 | 0.34 | 0.69 |
| Hex | CB | BD | 96 | 0 | 7 | 1A | 14 | 2C | 22 | 45 |
| Octal | 313 | 275 | 226 | 0 | 7 | 32 | 24 | 54 | 42 | 105 |
| Binary | 11001011 | 10111101 | 10010110 | 0 | 111 | 11010 | 10100 | 101100 | 100010 | 1000101 |
Color Harmonies of #CBBD96
Complementary color
Monochromatic Colors of #CBBD96
Black with #CBBD96
Text Example
Text Example
White with #CBBD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD96; }
p { color: rgb(203,189,150); }
H1.HeaderClassName
{
color: #CBBD96;
}
.AnyTagClassName
{
color: #CBBD96;
}
</style>
background-color css
<style>
a { background-color: #CBBD96; }
a { background-color: rgb(203,189,150); }
div.DivClassName
{
background-color: #CBBD96;
}
.BgClassName
{
background-color: #CBBD96;
}
</style>
border-color css
<style>
span { border-color: #CBBD96; }
span { border-color: rgb(203,189,150); }
td.TdClassName
{
border-color: #CBBD96;
}
.TagClassName
{
border-color: #CBBD96;
}
</style>