Shades of Sisal #C1BA99
Tints of Sisal #C1BA99
RGB
CMYK
RGB Variations
Color information
#C1BA99 (or 0xC1BA99) is known color: Sisal. HEX triplet: C1, BA and 99. RGB value is (193,186,153). Sum of RGB (Red+Green+Blue) = 193+186+153=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA99 is #3E4566. Grayscale: #B8B8B8. Windows color (decimal): -4080999 or 10074817. OLE color: 10074817.
HSL color Cylindrical-coordinate representation of color #C1BA99: hue angle of 49.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BA99 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 153 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.24 |
| HSL | 49.5º | 0.24% | 0.68% | - |
| HSV(B) | 49.5º | 0.21% | 0.76% | - |
| XYZ | 45.3 | 48.76 | 37.16 | - |
| YUV | 184.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 153 | 0 | 0.04 | 0.21 | 0.24 | 49.5 | 0.24 | 0.68 |
| Hex | C1 | BA | 99 | 0 | 4 | 15 | 18 | 32 | 18 | 44 |
| Octal | 301 | 272 | 231 | 0 | 4 | 25 | 30 | 62 | 30 | 104 |
| Binary | 11000001 | 10111010 | 10011001 | 0 | 100 | 10101 | 11000 | 110010 | 11000 | 1000100 |
Color Harmonies of #C1BA99
Complementary color
Monochromatic Colors of #C1BA99
Black with #C1BA99
Text Example
Text Example
White with #C1BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA99; }
p { color: rgb(193,186,153); }
H1.HeaderClassName
{
color: #C1BA99;
}
.AnyTagClassName
{
color: #C1BA99;
}
</style>
background-color css
<style>
a { background-color: #C1BA99; }
a { background-color: rgb(193,186,153); }
div.DivClassName
{
background-color: #C1BA99;
}
.BgClassName
{
background-color: #C1BA99;
}
</style>
border-color css
<style>
span { border-color: #C1BA99; }
span { border-color: rgb(193,186,153); }
td.TdClassName
{
border-color: #C1BA99;
}
.TagClassName
{
border-color: #C1BA99;
}
</style>