Shades of Sisal #C8BF9B
Tints of Sisal #C8BF9B
RGB
CMYK
RGB Variations
Color information
#C8BF9B (or 0xC8BF9B) is known color: Sisal. HEX triplet: C8, BF and 9B. RGB value is (200,191,155). Sum of RGB (Red+Green+Blue) = 200+191+155=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF9B is #374064. Grayscale: #BDBDBD. Windows color (decimal): -3620965 or 10207176. OLE color: 10207176.
HSL color Cylindrical-coordinate representation of color #C8BF9B: hue angle of 48º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8BF9B is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 155 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.22 |
| HSL | 48º | 0.29% | 0.7% | - |
| HSV(B) | 48º | 0.23% | 0.78% | - |
| XYZ | 48.37 | 51.91 | 38.48 | - |
| YUV | 189.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 155 | 0 | 0.04 | 0.22 | 0.22 | 48 | 0.29 | 0.7 |
| Hex | C8 | BF | 9B | 0 | 4 | 16 | 16 | 30 | 1D | 46 |
| Octal | 310 | 277 | 233 | 0 | 4 | 26 | 26 | 60 | 35 | 106 |
| Binary | 11001000 | 10111111 | 10011011 | 0 | 100 | 10110 | 10110 | 110000 | 11101 | 1000110 |
Color Harmonies of #C8BF9B
Complementary color
Monochromatic Colors of #C8BF9B
Black with #C8BF9B
Text Example
Text Example
White with #C8BF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF9B; }
p { color: rgb(200,191,155); }
H1.HeaderClassName
{
color: #C8BF9B;
}
.AnyTagClassName
{
color: #C8BF9B;
}
</style>
background-color css
<style>
a { background-color: #C8BF9B; }
a { background-color: rgb(200,191,155); }
div.DivClassName
{
background-color: #C8BF9B;
}
.BgClassName
{
background-color: #C8BF9B;
}
</style>
border-color css
<style>
span { border-color: #C8BF9B; }
span { border-color: rgb(200,191,155); }
td.TdClassName
{
border-color: #C8BF9B;
}
.TagClassName
{
border-color: #C8BF9B;
}
</style>