Shades of Sisal #C1BA9A
Tints of Sisal #C1BA9A
RGB
CMYK
RGB Variations
Color information
#C1BA9A (or 0xC1BA9A) is known color: Sisal. HEX triplet: C1, BA and 9A. RGB value is (193,186,154). Sum of RGB (Red+Green+Blue) = 193+186+154=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA9A is #3E4565. Grayscale: #B8B8B8. Windows color (decimal): -4080998 or 10140353. OLE color: 10140353.
HSL color Cylindrical-coordinate representation of color #C1BA9A: hue angle of 49.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BA9A is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 154 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.24 |
| HSL | 49.23º | 0.24% | 0.68% | - |
| HSV(B) | 49.23º | 0.2% | 0.76% | - |
| XYZ | 45.38 | 48.79 | 37.6 | - |
| YUV | 184.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 154 | 0 | 0.04 | 0.20 | 0.24 | 49.23 | 0.24 | 0.68 |
| Hex | C1 | BA | 9A | 0 | 4 | 14 | 18 | 31 | 18 | 44 |
| Octal | 301 | 272 | 232 | 0 | 4 | 24 | 30 | 61 | 30 | 104 |
| Binary | 11000001 | 10111010 | 10011010 | 0 | 100 | 10100 | 11000 | 110001 | 11000 | 1000100 |
Color Harmonies of #C1BA9A
Complementary color
Monochromatic Colors of #C1BA9A
Black with #C1BA9A
Text Example
Text Example
White with #C1BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA9A; }
p { color: rgb(193,186,154); }
H1.HeaderClassName
{
color: #C1BA9A;
}
.AnyTagClassName
{
color: #C1BA9A;
}
</style>
background-color css
<style>
a { background-color: #C1BA9A; }
a { background-color: rgb(193,186,154); }
div.DivClassName
{
background-color: #C1BA9A;
}
.BgClassName
{
background-color: #C1BA9A;
}
</style>
border-color css
<style>
span { border-color: #C1BA9A; }
span { border-color: rgb(193,186,154); }
td.TdClassName
{
border-color: #C1BA9A;
}
.TagClassName
{
border-color: #C1BA9A;
}
</style>