Shades of Sisal #C4BA95
Tints of Sisal #C4BA95
RGB
CMYK
RGB Variations
Color information
#C4BA95 (or 0xC4BA95) is known color: Sisal. HEX triplet: C4, BA and 95. RGB value is (196,186,149). Sum of RGB (Red+Green+Blue) = 196+186+149=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BA95 is #3B456A. Grayscale: #B8B8B8. Windows color (decimal): -3884395 or 9812676. OLE color: 9812676.
HSL color Cylindrical-coordinate representation of color #C4BA95: hue angle of 47.23º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4BA95 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 149 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.23 |
| HSL | 47.23º | 0.28% | 0.68% | - |
| HSV(B) | 47.23º | 0.24% | 0.77% | - |
| XYZ | 45.75 | 49.02 | 35.49 | - |
| YUV | 184.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 149 | 0 | 0.05 | 0.24 | 0.23 | 47.23 | 0.28 | 0.68 |
| Hex | C4 | BA | 95 | 0 | 5 | 18 | 17 | 2F | 1C | 44 |
| Octal | 304 | 272 | 225 | 0 | 5 | 30 | 27 | 57 | 34 | 104 |
| Binary | 11000100 | 10111010 | 10010101 | 0 | 101 | 11000 | 10111 | 101111 | 11100 | 1000100 |
Color Harmonies of #C4BA95
Complementary color
Monochromatic Colors of #C4BA95
Black with #C4BA95
Text Example
Text Example
White with #C4BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA95; }
p { color: rgb(196,186,149); }
H1.HeaderClassName
{
color: #C4BA95;
}
.AnyTagClassName
{
color: #C4BA95;
}
</style>
background-color css
<style>
a { background-color: #C4BA95; }
a { background-color: rgb(196,186,149); }
div.DivClassName
{
background-color: #C4BA95;
}
.BgClassName
{
background-color: #C4BA95;
}
</style>
border-color css
<style>
span { border-color: #C4BA95; }
span { border-color: rgb(196,186,149); }
td.TdClassName
{
border-color: #C4BA95;
}
.TagClassName
{
border-color: #C4BA95;
}
</style>