Shades of Sisal #C4BB96
Tints of Sisal #C4BB96
RGB
CMYK
RGB Variations
Color information
#C4BB96 (or 0xC4BB96) is known color: Sisal. HEX triplet: C4, BB and 96. RGB value is (196,187,150). Sum of RGB (Red+Green+Blue) = 196+187+150=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BB96 is #3B4469. Grayscale: #B9B9B9. Windows color (decimal): -3884138 or 9878468. OLE color: 9878468.
HSL color Cylindrical-coordinate representation of color #C4BB96: hue angle of 48.26º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4BB96 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 150 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.23 |
| HSL | 48.26º | 0.28% | 0.68% | - |
| HSV(B) | 48.26º | 0.23% | 0.77% | - |
| XYZ | 46.04 | 49.48 | 35.98 | - |
| YUV | 185.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 150 | 0 | 0.05 | 0.23 | 0.23 | 48.26 | 0.28 | 0.68 |
| Hex | C4 | BB | 96 | 0 | 5 | 17 | 17 | 30 | 1C | 44 |
| Octal | 304 | 273 | 226 | 0 | 5 | 27 | 27 | 60 | 34 | 104 |
| Binary | 11000100 | 10111011 | 10010110 | 0 | 101 | 10111 | 10111 | 110000 | 11100 | 1000100 |
Color Harmonies of #C4BB96
Complementary color
Monochromatic Colors of #C4BB96
Black with #C4BB96
Text Example
Text Example
White with #C4BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB96; }
p { color: rgb(196,187,150); }
H1.HeaderClassName
{
color: #C4BB96;
}
.AnyTagClassName
{
color: #C4BB96;
}
</style>
background-color css
<style>
a { background-color: #C4BB96; }
a { background-color: rgb(196,187,150); }
div.DivClassName
{
background-color: #C4BB96;
}
.BgClassName
{
background-color: #C4BB96;
}
</style>
border-color css
<style>
span { border-color: #C4BB96; }
span { border-color: rgb(196,187,150); }
td.TdClassName
{
border-color: #C4BB96;
}
.TagClassName
{
border-color: #C4BB96;
}
</style>