Shades of Sisal #C8BA96
Tints of Sisal #C8BA96
RGB
CMYK
RGB Variations
Color information
#C8BA96 (or 0xC8BA96) is known color: Sisal. HEX triplet: C8, BA and 96. RGB value is (200,186,150). Sum of RGB (Red+Green+Blue) = 200+186+150=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA96 is #374569. Grayscale: #BABABA. Windows color (decimal): -3622250 or 9878216. OLE color: 9878216.
HSL color Cylindrical-coordinate representation of color #C8BA96: hue angle of 43.2º 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 #C8BA96 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 150 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.22 |
| HSL | 43.2º | 0.31% | 0.69% | - |
| HSV(B) | 43.2º | 0.25% | 0.78% | - |
| XYZ | 46.88 | 49.6 | 35.96 | - |
| YUV | 186.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 150 | 0 | 0.07 | 0.25 | 0.22 | 43.2 | 0.31 | 0.69 |
| Hex | C8 | BA | 96 | 0 | 7 | 19 | 16 | 2B | 1F | 45 |
| Octal | 310 | 272 | 226 | 0 | 7 | 31 | 26 | 53 | 37 | 105 |
| Binary | 11001000 | 10111010 | 10010110 | 0 | 111 | 11001 | 10110 | 101011 | 11111 | 1000101 |
Color Harmonies of #C8BA96
Complementary color
Monochromatic Colors of #C8BA96
Black with #C8BA96
Text Example
Text Example
White with #C8BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA96; }
p { color: rgb(200,186,150); }
H1.HeaderClassName
{
color: #C8BA96;
}
.AnyTagClassName
{
color: #C8BA96;
}
</style>
background-color css
<style>
a { background-color: #C8BA96; }
a { background-color: rgb(200,186,150); }
div.DivClassName
{
background-color: #C8BA96;
}
.BgClassName
{
background-color: #C8BA96;
}
</style>
border-color css
<style>
span { border-color: #C8BA96; }
span { border-color: rgb(200,186,150); }
td.TdClassName
{
border-color: #C8BA96;
}
.TagClassName
{
border-color: #C8BA96;
}
</style>