Shades of Sisal #C5BCA1
Tints of Sisal #C5BCA1
RGB
CMYK
RGB Variations
Color information
#C5BCA1 (or 0xC5BCA1) is known color: Sisal. HEX triplet: C5, BC and A1. RGB value is (197,188,161). Sum of RGB (Red+Green+Blue) = 197+188+161=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCA1 is #3A435E. Grayscale: #BBBBBB. Windows color (decimal): -3818335 or 10599621. OLE color: 10599621.
HSL color Cylindrical-coordinate representation of color #C5BCA1: hue angle of 45º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5BCA1 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 161 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.23 |
| HSL | 45º | 0.24% | 0.7% | - |
| HSV(B) | 45º | 0.18% | 0.77% | - |
| XYZ | 47.44 | 50.41 | 40.95 | - |
| YUV | 187.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 161 | 0 | 0.05 | 0.18 | 0.23 | 45 | 0.24 | 0.7 |
| Hex | C5 | BC | A1 | 0 | 5 | 12 | 17 | 2D | 18 | 46 |
| Octal | 305 | 274 | 241 | 0 | 5 | 22 | 27 | 55 | 30 | 106 |
| Binary | 11000101 | 10111100 | 10100001 | 0 | 101 | 10010 | 10111 | 101101 | 11000 | 1000110 |
Color Harmonies of #C5BCA1
Complementary color
Monochromatic Colors of #C5BCA1
Black with #C5BCA1
Text Example
Text Example
White with #C5BCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCA1; }
p { color: rgb(197,188,161); }
H1.HeaderClassName
{
color: #C5BCA1;
}
.AnyTagClassName
{
color: #C5BCA1;
}
</style>
background-color css
<style>
a { background-color: #C5BCA1; }
a { background-color: rgb(197,188,161); }
div.DivClassName
{
background-color: #C5BCA1;
}
.BgClassName
{
background-color: #C5BCA1;
}
</style>
border-color css
<style>
span { border-color: #C5BCA1; }
span { border-color: rgb(197,188,161); }
td.TdClassName
{
border-color: #C5BCA1;
}
.TagClassName
{
border-color: #C5BCA1;
}
</style>