Shades of Sisal #C2B996
Tints of Sisal #C2B996
RGB
CMYK
RGB Variations
Color information
#C2B996 (or 0xC2B996) is known color: Sisal. HEX triplet: C2, B9 and 96. RGB value is (194,185,150). Sum of RGB (Red+Green+Blue) = 194+185+150=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B996 is #3D4669. Grayscale: #B7B7B7. Windows color (decimal): -4015722 or 9877954. OLE color: 9877954.
HSL color Cylindrical-coordinate representation of color #C2B996: hue angle of 47.73º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2B996 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 150 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.24 |
| HSL | 47.73º | 0.27% | 0.67% | - |
| HSV(B) | 47.73º | 0.23% | 0.76% | - |
| XYZ | 45.1 | 48.37 | 35.81 | - |
| YUV | 183.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 150 | 0 | 0.05 | 0.23 | 0.24 | 47.73 | 0.27 | 0.67 |
| Hex | C2 | B9 | 96 | 0 | 5 | 17 | 18 | 30 | 1B | 43 |
| Octal | 302 | 271 | 226 | 0 | 5 | 27 | 30 | 60 | 33 | 103 |
| Binary | 11000010 | 10111001 | 10010110 | 0 | 101 | 10111 | 11000 | 110000 | 11011 | 1000011 |
Color Harmonies of #C2B996
Complementary color
Monochromatic Colors of #C2B996
Black with #C2B996
Text Example
Text Example
White with #C2B996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B996; }
p { color: rgb(194,185,150); }
H1.HeaderClassName
{
color: #C2B996;
}
.AnyTagClassName
{
color: #C2B996;
}
</style>
background-color css
<style>
a { background-color: #C2B996; }
a { background-color: rgb(194,185,150); }
div.DivClassName
{
background-color: #C2B996;
}
.BgClassName
{
background-color: #C2B996;
}
</style>
border-color css
<style>
span { border-color: #C2B996; }
span { border-color: rgb(194,185,150); }
td.TdClassName
{
border-color: #C2B996;
}
.TagClassName
{
border-color: #C2B996;
}
</style>