Shades of Sisal #C1BA9D
Tints of Sisal #C1BA9D
RGB
CMYK
RGB Variations
Color information
#C1BA9D (or 0xC1BA9D) is known color: Sisal. HEX triplet: C1, BA and 9D. RGB value is (193,186,157). Sum of RGB (Red+Green+Blue) = 193+186+157=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA9D is #3E4562. Grayscale: #B8B8B8. Windows color (decimal): -4080995 or 10336961. OLE color: 10336961.
HSL color Cylindrical-coordinate representation of color #C1BA9D: hue angle of 48.33º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BA9D is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 157 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.24 |
| HSL | 48.33º | 0.23% | 0.69% | - |
| HSV(B) | 48.33º | 0.19% | 0.76% | - |
| XYZ | 45.64 | 48.89 | 38.93 | - |
| YUV | 184.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 157 | 0 | 0.04 | 0.19 | 0.24 | 48.33 | 0.23 | 0.69 |
| Hex | C1 | BA | 9D | 0 | 4 | 13 | 18 | 30 | 16 | 45 |
| Octal | 301 | 272 | 235 | 0 | 4 | 23 | 30 | 60 | 26 | 105 |
| Binary | 11000001 | 10111010 | 10011101 | 0 | 100 | 10011 | 11000 | 110000 | 10110 | 1000101 |
Color Harmonies of #C1BA9D
Complementary color
Monochromatic Colors of #C1BA9D
Black with #C1BA9D
Text Example
Text Example
White with #C1BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA9D; }
p { color: rgb(193,186,157); }
H1.HeaderClassName
{
color: #C1BA9D;
}
.AnyTagClassName
{
color: #C1BA9D;
}
</style>
background-color css
<style>
a { background-color: #C1BA9D; }
a { background-color: rgb(193,186,157); }
div.DivClassName
{
background-color: #C1BA9D;
}
.BgClassName
{
background-color: #C1BA9D;
}
</style>
border-color css
<style>
span { border-color: #C1BA9D; }
span { border-color: rgb(193,186,157); }
td.TdClassName
{
border-color: #C1BA9D;
}
.TagClassName
{
border-color: #C1BA9D;
}
</style>