Shades of Sisal #C9BD9B
Tints of Sisal #C9BD9B
RGB
CMYK
RGB Variations
Color information
#C9BD9B (or 0xC9BD9B) is known color: Sisal. HEX triplet: C9, BD and 9B. RGB value is (201,189,155). Sum of RGB (Red+Green+Blue) = 201+189+155=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BD9B is #364264. Grayscale: #BCBCBC. Windows color (decimal): -3555941 or 10206665. OLE color: 10206665.
HSL color Cylindrical-coordinate representation of color #C9BD9B: hue angle of 44.35º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9BD9B is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 155 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.21 |
| HSL | 44.35º | 0.3% | 0.7% | - |
| HSV(B) | 44.35º | 0.23% | 0.79% | - |
| XYZ | 48.2 | 51.18 | 38.35 | - |
| YUV | 188.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 155 | 0 | 0.06 | 0.23 | 0.21 | 44.35 | 0.3 | 0.7 |
| Hex | C9 | BD | 9B | 0 | 6 | 17 | 15 | 2C | 1E | 46 |
| Octal | 311 | 275 | 233 | 0 | 6 | 27 | 25 | 54 | 36 | 106 |
| Binary | 11001001 | 10111101 | 10011011 | 0 | 110 | 10111 | 10101 | 101100 | 11110 | 1000110 |
Color Harmonies of #C9BD9B
Complementary color
Monochromatic Colors of #C9BD9B
Black with #C9BD9B
Text Example
Text Example
White with #C9BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BD9B; }
p { color: rgb(201,189,155); }
H1.HeaderClassName
{
color: #C9BD9B;
}
.AnyTagClassName
{
color: #C9BD9B;
}
</style>
background-color css
<style>
a { background-color: #C9BD9B; }
a { background-color: rgb(201,189,155); }
div.DivClassName
{
background-color: #C9BD9B;
}
.BgClassName
{
background-color: #C9BD9B;
}
</style>
border-color css
<style>
span { border-color: #C9BD9B; }
span { border-color: rgb(201,189,155); }
td.TdClassName
{
border-color: #C9BD9B;
}
.TagClassName
{
border-color: #C9BD9B;
}
</style>