Shades of Sisal #CBBD9D
Tints of Sisal #CBBD9D
RGB
CMYK
RGB Variations
Color information
#CBBD9D (or 0xCBBD9D) is known color: Sisal. HEX triplet: CB, BD and 9D. RGB value is (203,189,157). Sum of RGB (Red+Green+Blue) = 203+189+157=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD9D is #344262. Grayscale: #BDBDBD. Windows color (decimal): -3424867 or 10337739. OLE color: 10337739.
HSL color Cylindrical-coordinate representation of color #CBBD9D: hue angle of 41.74º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBBD9D is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 157 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.20 |
| HSL | 41.74º | 0.31% | 0.71% | - |
| HSV(B) | 41.74º | 0.23% | 0.8% | - |
| XYZ | 48.91 | 51.53 | 39.27 | - |
| YUV | 189.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 157 | 0 | 0.07 | 0.23 | 0.20 | 41.74 | 0.31 | 0.71 |
| Hex | CB | BD | 9D | 0 | 7 | 17 | 14 | 2A | 1F | 47 |
| Octal | 313 | 275 | 235 | 0 | 7 | 27 | 24 | 52 | 37 | 107 |
| Binary | 11001011 | 10111101 | 10011101 | 0 | 111 | 10111 | 10100 | 101010 | 11111 | 1000111 |
Color Harmonies of #CBBD9D
Complementary color
Monochromatic Colors of #CBBD9D
Black with #CBBD9D
Text Example
Text Example
White with #CBBD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD9D; }
p { color: rgb(203,189,157); }
H1.HeaderClassName
{
color: #CBBD9D;
}
.AnyTagClassName
{
color: #CBBD9D;
}
</style>
background-color css
<style>
a { background-color: #CBBD9D; }
a { background-color: rgb(203,189,157); }
div.DivClassName
{
background-color: #CBBD9D;
}
.BgClassName
{
background-color: #CBBD9D;
}
</style>
border-color css
<style>
span { border-color: #CBBD9D; }
span { border-color: rgb(203,189,157); }
td.TdClassName
{
border-color: #CBBD9D;
}
.TagClassName
{
border-color: #CBBD9D;
}
</style>