Shades of Sisal #C1BA9C
Tints of Sisal #C1BA9C
RGB
CMYK
RGB Variations
Color information
#C1BA9C (or 0xC1BA9C) is known color: Sisal. HEX triplet: C1, BA and 9C. RGB value is (193,186,156). Sum of RGB (Red+Green+Blue) = 193+186+156=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA9C is #3E4563. Grayscale: #B8B8B8. Windows color (decimal): -4080996 or 10271425. OLE color: 10271425.
HSL color Cylindrical-coordinate representation of color #C1BA9C: hue angle of 48.65º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BA9C is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 156 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.24 |
| HSL | 48.65º | 0.23% | 0.68% | - |
| HSV(B) | 48.65º | 0.19% | 0.76% | - |
| XYZ | 45.55 | 48.86 | 38.48 | - |
| YUV | 184.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 156 | 0 | 0.04 | 0.19 | 0.24 | 48.65 | 0.23 | 0.68 |
| Hex | C1 | BA | 9C | 0 | 4 | 13 | 18 | 31 | 17 | 44 |
| Octal | 301 | 272 | 234 | 0 | 4 | 23 | 30 | 61 | 27 | 104 |
| Binary | 11000001 | 10111010 | 10011100 | 0 | 100 | 10011 | 11000 | 110001 | 10111 | 1000100 |
Color Harmonies of #C1BA9C
Complementary color
Monochromatic Colors of #C1BA9C
Black with #C1BA9C
Text Example
Text Example
White with #C1BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA9C; }
p { color: rgb(193,186,156); }
H1.HeaderClassName
{
color: #C1BA9C;
}
.AnyTagClassName
{
color: #C1BA9C;
}
</style>
background-color css
<style>
a { background-color: #C1BA9C; }
a { background-color: rgb(193,186,156); }
div.DivClassName
{
background-color: #C1BA9C;
}
.BgClassName
{
background-color: #C1BA9C;
}
</style>
border-color css
<style>
span { border-color: #C1BA9C; }
span { border-color: rgb(193,186,156); }
td.TdClassName
{
border-color: #C1BA9C;
}
.TagClassName
{
border-color: #C1BA9C;
}
</style>