Shades of Sisal #C8BB96
Tints of Sisal #C8BB96
RGB
CMYK
RGB Variations
Color information
#C8BB96 (or 0xC8BB96) is known color: Sisal. HEX triplet: C8, BB and 96. RGB value is (200,187,150). Sum of RGB (Red+Green+Blue) = 200+187+150=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BB96 is #374469. Grayscale: #BABABA. Windows color (decimal): -3621994 or 9878472. OLE color: 9878472.
HSL color Cylindrical-coordinate representation of color #C8BB96: hue angle of 44.4º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8BB96 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 150 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.22 |
| HSL | 44.4º | 0.31% | 0.69% | - |
| HSV(B) | 44.4º | 0.25% | 0.78% | - |
| XYZ | 47.09 | 50.02 | 36.03 | - |
| YUV | 186.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 150 | 0 | 0.06 | 0.25 | 0.22 | 44.4 | 0.31 | 0.69 |
| Hex | C8 | BB | 96 | 0 | 6 | 19 | 16 | 2C | 1F | 45 |
| Octal | 310 | 273 | 226 | 0 | 6 | 31 | 26 | 54 | 37 | 105 |
| Binary | 11001000 | 10111011 | 10010110 | 0 | 110 | 11001 | 10110 | 101100 | 11111 | 1000101 |
Color Harmonies of #C8BB96
Complementary color
Monochromatic Colors of #C8BB96
Black with #C8BB96
Text Example
Text Example
White with #C8BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB96; }
p { color: rgb(200,187,150); }
H1.HeaderClassName
{
color: #C8BB96;
}
.AnyTagClassName
{
color: #C8BB96;
}
</style>
background-color css
<style>
a { background-color: #C8BB96; }
a { background-color: rgb(200,187,150); }
div.DivClassName
{
background-color: #C8BB96;
}
.BgClassName
{
background-color: #C8BB96;
}
</style>
border-color css
<style>
span { border-color: #C8BB96; }
span { border-color: rgb(200,187,150); }
td.TdClassName
{
border-color: #C8BB96;
}
.TagClassName
{
border-color: #C8BB96;
}
</style>