Shades of Sisal #C8B995
Tints of Sisal #C8B995
RGB
CMYK
RGB Variations
Color information
#C8B995 (or 0xC8B995) is known color: Sisal. HEX triplet: C8, B9 and 95. RGB value is (200,185,149). Sum of RGB (Red+Green+Blue) = 200+185+149=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B995 is #37466A. Grayscale: #B9B9B9. Windows color (decimal): -3622507 or 9812424. OLE color: 9812424.
HSL color Cylindrical-coordinate representation of color #C8B995: hue angle of 42.35º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8B995 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 149 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.22 |
| HSL | 42.35º | 0.32% | 0.68% | - |
| HSV(B) | 42.35º | 0.26% | 0.78% | - |
| XYZ | 46.59 | 49.15 | 35.46 | - |
| YUV | 185.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 149 | 0 | 0.08 | 0.26 | 0.22 | 42.35 | 0.32 | 0.68 |
| Hex | C8 | B9 | 95 | 0 | 8 | 1A | 16 | 2A | 20 | 44 |
| Octal | 310 | 271 | 225 | 0 | 10 | 32 | 26 | 52 | 40 | 104 |
| Binary | 11001000 | 10111001 | 10010101 | 0 | 1000 | 11010 | 10110 | 101010 | 100000 | 1000100 |
Color Harmonies of #C8B995
Complementary color
Monochromatic Colors of #C8B995
Black with #C8B995
Text Example
Text Example
White with #C8B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B995; }
p { color: rgb(200,185,149); }
H1.HeaderClassName
{
color: #C8B995;
}
.AnyTagClassName
{
color: #C8B995;
}
</style>
background-color css
<style>
a { background-color: #C8B995; }
a { background-color: rgb(200,185,149); }
div.DivClassName
{
background-color: #C8B995;
}
.BgClassName
{
background-color: #C8B995;
}
</style>
border-color css
<style>
span { border-color: #C8B995; }
span { border-color: rgb(200,185,149); }
td.TdClassName
{
border-color: #C8B995;
}
.TagClassName
{
border-color: #C8B995;
}
</style>