Shades of Sisal #CBBD9E
Tints of Sisal #CBBD9E
RGB
CMYK
RGB Variations
Color information
#CBBD9E (or 0xCBBD9E) is known color: Sisal. HEX triplet: CB, BD and 9E. RGB value is (203,189,158). Sum of RGB (Red+Green+Blue) = 203+189+158=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD9E is #344261. Grayscale: #BDBDBD. Windows color (decimal): -3424866 or 10403275. OLE color: 10403275.
HSL color Cylindrical-coordinate representation of color #CBBD9E: hue angle of 41.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBBD9E is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 158 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.20 |
| HSL | 41.33º | 0.3% | 0.71% | - |
| HSV(B) | 41.33º | 0.22% | 0.8% | - |
| XYZ | 49 | 51.56 | 39.72 | - |
| YUV | 189.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 158 | 0 | 0.07 | 0.22 | 0.20 | 41.33 | 0.3 | 0.71 |
| Hex | CB | BD | 9E | 0 | 7 | 16 | 14 | 29 | 1E | 47 |
| Octal | 313 | 275 | 236 | 0 | 7 | 26 | 24 | 51 | 36 | 107 |
| Binary | 11001011 | 10111101 | 10011110 | 0 | 111 | 10110 | 10100 | 101001 | 11110 | 1000111 |
Color Harmonies of #CBBD9E
Complementary color
Monochromatic Colors of #CBBD9E
Black with #CBBD9E
Text Example
Text Example
White with #CBBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD9E; }
p { color: rgb(203,189,158); }
H1.HeaderClassName
{
color: #CBBD9E;
}
.AnyTagClassName
{
color: #CBBD9E;
}
</style>
background-color css
<style>
a { background-color: #CBBD9E; }
a { background-color: rgb(203,189,158); }
div.DivClassName
{
background-color: #CBBD9E;
}
.BgClassName
{
background-color: #CBBD9E;
}
</style>
border-color css
<style>
span { border-color: #CBBD9E; }
span { border-color: rgb(203,189,158); }
td.TdClassName
{
border-color: #CBBD9E;
}
.TagClassName
{
border-color: #CBBD9E;
}
</style>