Shades of Sisal #C4BA9A
Tints of Sisal #C4BA9A
RGB
CMYK
RGB Variations
Color information
#C4BA9A (or 0xC4BA9A) is known color: Sisal. HEX triplet: C4, BA and 9A. RGB value is (196,186,154). Sum of RGB (Red+Green+Blue) = 196+186+154=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BA9A is #3B4565. Grayscale: #B9B9B9. Windows color (decimal): -3884390 or 10140356. OLE color: 10140356.
HSL color Cylindrical-coordinate representation of color #C4BA9A: hue angle of 45.71º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4BA9A is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 154 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.23 |
| HSL | 45.71º | 0.26% | 0.69% | - |
| HSV(B) | 45.71º | 0.21% | 0.77% | - |
| XYZ | 46.16 | 49.19 | 37.63 | - |
| YUV | 185.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 154 | 0 | 0.05 | 0.21 | 0.23 | 45.71 | 0.26 | 0.69 |
| Hex | C4 | BA | 9A | 0 | 5 | 15 | 17 | 2E | 1A | 45 |
| Octal | 304 | 272 | 232 | 0 | 5 | 25 | 27 | 56 | 32 | 105 |
| Binary | 11000100 | 10111010 | 10011010 | 0 | 101 | 10101 | 10111 | 101110 | 11010 | 1000101 |
Color Harmonies of #C4BA9A
Complementary color
Monochromatic Colors of #C4BA9A
Black with #C4BA9A
Text Example
Text Example
White with #C4BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA9A; }
p { color: rgb(196,186,154); }
H1.HeaderClassName
{
color: #C4BA9A;
}
.AnyTagClassName
{
color: #C4BA9A;
}
</style>
background-color css
<style>
a { background-color: #C4BA9A; }
a { background-color: rgb(196,186,154); }
div.DivClassName
{
background-color: #C4BA9A;
}
.BgClassName
{
background-color: #C4BA9A;
}
</style>
border-color css
<style>
span { border-color: #C4BA9A; }
span { border-color: rgb(196,186,154); }
td.TdClassName
{
border-color: #C4BA9A;
}
.TagClassName
{
border-color: #C4BA9A;
}
</style>