Shades of Sisal #C4BA96
Tints of Sisal #C4BA96
RGB
CMYK
RGB Variations
Color information
#C4BA96 (or 0xC4BA96) is known color: Sisal. HEX triplet: C4, BA and 96. RGB value is (196,186,150). Sum of RGB (Red+Green+Blue) = 196+186+150=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BA96 is #3B4569. Grayscale: #B9B9B9. Windows color (decimal): -3884394 or 9878212. OLE color: 9878212.
HSL color Cylindrical-coordinate representation of color #C4BA96: hue angle of 46.96º 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 #C4BA96 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 150 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.23 |
| HSL | 46.96º | 0.28% | 0.68% | - |
| HSV(B) | 46.96º | 0.23% | 0.77% | - |
| XYZ | 45.83 | 49.06 | 35.91 | - |
| YUV | 184.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 150 | 0 | 0.05 | 0.23 | 0.23 | 46.96 | 0.28 | 0.68 |
| Hex | C4 | BA | 96 | 0 | 5 | 17 | 17 | 2F | 1C | 44 |
| Octal | 304 | 272 | 226 | 0 | 5 | 27 | 27 | 57 | 34 | 104 |
| Binary | 11000100 | 10111010 | 10010110 | 0 | 101 | 10111 | 10111 | 101111 | 11100 | 1000100 |
Color Harmonies of #C4BA96
Complementary color
Monochromatic Colors of #C4BA96
Black with #C4BA96
Text Example
Text Example
White with #C4BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA96; }
p { color: rgb(196,186,150); }
H1.HeaderClassName
{
color: #C4BA96;
}
.AnyTagClassName
{
color: #C4BA96;
}
</style>
background-color css
<style>
a { background-color: #C4BA96; }
a { background-color: rgb(196,186,150); }
div.DivClassName
{
background-color: #C4BA96;
}
.BgClassName
{
background-color: #C4BA96;
}
</style>
border-color css
<style>
span { border-color: #C4BA96; }
span { border-color: rgb(196,186,150); }
td.TdClassName
{
border-color: #C4BA96;
}
.TagClassName
{
border-color: #C4BA96;
}
</style>