Shades of Sisal #C7B996
Tints of Sisal #C7B996
RGB
CMYK
RGB Variations
Color information
#C7B996 (or 0xC7B996) is known color: Sisal. HEX triplet: C7, B9 and 96. RGB value is (199,185,150). Sum of RGB (Red+Green+Blue) = 199+185+150=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B996 is #384669. Grayscale: #B9B9B9. Windows color (decimal): -3688042 or 9877959. OLE color: 9877959.
HSL color Cylindrical-coordinate representation of color #C7B996: hue angle of 42.86º degrees, saturation: 0.3, 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 #C7B996 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 150 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.22 |
| HSL | 42.86º | 0.3% | 0.68% | - |
| HSV(B) | 42.86º | 0.25% | 0.78% | - |
| XYZ | 46.41 | 49.04 | 35.87 | - |
| YUV | 185.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 150 | 0 | 0.07 | 0.25 | 0.22 | 42.86 | 0.3 | 0.68 |
| Hex | C7 | B9 | 96 | 0 | 7 | 19 | 16 | 2B | 1E | 44 |
| Octal | 307 | 271 | 226 | 0 | 7 | 31 | 26 | 53 | 36 | 104 |
| Binary | 11000111 | 10111001 | 10010110 | 0 | 111 | 11001 | 10110 | 101011 | 11110 | 1000100 |
Color Harmonies of #C7B996
Complementary color
Monochromatic Colors of #C7B996
Black with #C7B996
Text Example
Text Example
White with #C7B996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B996; }
p { color: rgb(199,185,150); }
H1.HeaderClassName
{
color: #C7B996;
}
.AnyTagClassName
{
color: #C7B996;
}
</style>
background-color css
<style>
a { background-color: #C7B996; }
a { background-color: rgb(199,185,150); }
div.DivClassName
{
background-color: #C7B996;
}
.BgClassName
{
background-color: #C7B996;
}
</style>
border-color css
<style>
span { border-color: #C7B996; }
span { border-color: rgb(199,185,150); }
td.TdClassName
{
border-color: #C7B996;
}
.TagClassName
{
border-color: #C7B996;
}
</style>