Shades of Sisal #C9B998
Tints of Sisal #C9B998
RGB
CMYK
RGB Variations
Color information
#C9B998 (or 0xC9B998) is known color: Sisal. HEX triplet: C9, B9 and 98. RGB value is (201,185,152). Sum of RGB (Red+Green+Blue) = 201+185+152=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B998 is #364667. Grayscale: #BABABA. Windows color (decimal): -3556968 or 10009033. OLE color: 10009033.
HSL color Cylindrical-coordinate representation of color #C9B998: hue angle of 40.41º 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 #C9B998 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 152 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.21 |
| HSL | 40.41º | 0.31% | 0.69% | - |
| HSV(B) | 40.41º | 0.24% | 0.79% | - |
| XYZ | 47.1 | 49.38 | 36.75 | - |
| YUV | 186.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 152 | 0 | 0.08 | 0.24 | 0.21 | 40.41 | 0.31 | 0.69 |
| Hex | C9 | B9 | 98 | 0 | 8 | 18 | 15 | 28 | 1F | 45 |
| Octal | 311 | 271 | 230 | 0 | 10 | 30 | 25 | 50 | 37 | 105 |
| Binary | 11001001 | 10111001 | 10011000 | 0 | 1000 | 11000 | 10101 | 101000 | 11111 | 1000101 |
Color Harmonies of #C9B998
Complementary color
Monochromatic Colors of #C9B998
Black with #C9B998
Text Example
Text Example
White with #C9B998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B998; }
p { color: rgb(201,185,152); }
H1.HeaderClassName
{
color: #C9B998;
}
.AnyTagClassName
{
color: #C9B998;
}
</style>
background-color css
<style>
a { background-color: #C9B998; }
a { background-color: rgb(201,185,152); }
div.DivClassName
{
background-color: #C9B998;
}
.BgClassName
{
background-color: #C9B998;
}
</style>
border-color css
<style>
span { border-color: #C9B998; }
span { border-color: rgb(201,185,152); }
td.TdClassName
{
border-color: #C9B998;
}
.TagClassName
{
border-color: #C9B998;
}
</style>