Shades of Sisal #C9BC98
Tints of Sisal #C9BC98
RGB
CMYK
RGB Variations
Color information
#C9BC98 (or 0xC9BC98) is known color: Sisal. HEX triplet: C9, BC and 98. RGB value is (201,188,152). Sum of RGB (Red+Green+Blue) = 201+188+152=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BC98 is #364367. Grayscale: #BBBBBB. Windows color (decimal): -3556200 or 10009801. OLE color: 10009801.
HSL color Cylindrical-coordinate representation of color #C9BC98: hue angle of 44.08º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9BC98 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 152 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.21 |
| HSL | 44.08º | 0.31% | 0.69% | - |
| HSV(B) | 44.08º | 0.24% | 0.79% | - |
| XYZ | 47.74 | 50.65 | 36.97 | - |
| YUV | 187.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 152 | 0 | 0.06 | 0.24 | 0.21 | 44.08 | 0.31 | 0.69 |
| Hex | C9 | BC | 98 | 0 | 6 | 18 | 15 | 2C | 1F | 45 |
| Octal | 311 | 274 | 230 | 0 | 6 | 30 | 25 | 54 | 37 | 105 |
| Binary | 11001001 | 10111100 | 10011000 | 0 | 110 | 11000 | 10101 | 101100 | 11111 | 1000101 |
Color Harmonies of #C9BC98
Complementary color
Monochromatic Colors of #C9BC98
Black with #C9BC98
Text Example
Text Example
White with #C9BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC98; }
p { color: rgb(201,188,152); }
H1.HeaderClassName
{
color: #C9BC98;
}
.AnyTagClassName
{
color: #C9BC98;
}
</style>
background-color css
<style>
a { background-color: #C9BC98; }
a { background-color: rgb(201,188,152); }
div.DivClassName
{
background-color: #C9BC98;
}
.BgClassName
{
background-color: #C9BC98;
}
</style>
border-color css
<style>
span { border-color: #C9BC98; }
span { border-color: rgb(201,188,152); }
td.TdClassName
{
border-color: #C9BC98;
}
.TagClassName
{
border-color: #C9BC98;
}
</style>