Shades of Sisal #C1B9A0
Tints of Sisal #C1B9A0
RGB
CMYK
RGB Variations
Color information
#C1B9A0 (or 0xC1B9A0) is known color: Sisal. HEX triplet: C1, B9 and A0. RGB value is (193,185,160). Sum of RGB (Red+Green+Blue) = 193+185+160=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B9A0 is #3E465F. Grayscale: #B8B8B8. Windows color (decimal): -4081248 or 10533313. OLE color: 10533313.
HSL color Cylindrical-coordinate representation of color #C1B9A0: hue angle of 45.45º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1B9A0 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 185 | 160 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.24 |
| HSL | 45.45º | 0.21% | 0.69% | - |
| HSV(B) | 45.45º | 0.17% | 0.76% | - |
| XYZ | 45.69 | 48.57 | 40.23 | - |
| YUV | 184.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 160 | 0 | 0.04 | 0.17 | 0.24 | 45.45 | 0.21 | 0.69 |
| Hex | C1 | B9 | A0 | 0 | 4 | 11 | 18 | 2D | 15 | 45 |
| Octal | 301 | 271 | 240 | 0 | 4 | 21 | 30 | 55 | 25 | 105 |
| Binary | 11000001 | 10111001 | 10100000 | 0 | 100 | 10001 | 11000 | 101101 | 10101 | 1000101 |
Color Harmonies of #C1B9A0
Complementary color
Monochromatic Colors of #C1B9A0
Black with #C1B9A0
Text Example
Text Example
White with #C1B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B9A0; }
p { color: rgb(193,185,160); }
H1.HeaderClassName
{
color: #C1B9A0;
}
.AnyTagClassName
{
color: #C1B9A0;
}
</style>
background-color css
<style>
a { background-color: #C1B9A0; }
a { background-color: rgb(193,185,160); }
div.DivClassName
{
background-color: #C1B9A0;
}
.BgClassName
{
background-color: #C1B9A0;
}
</style>
border-color css
<style>
span { border-color: #C1B9A0; }
span { border-color: rgb(193,185,160); }
td.TdClassName
{
border-color: #C1B9A0;
}
.TagClassName
{
border-color: #C1B9A0;
}
</style>