Shades of Sisal #C5BCA2
Tints of Sisal #C5BCA2
RGB
CMYK
RGB Variations
Color information
#C5BCA2 (or 0xC5BCA2) is known color: Sisal. HEX triplet: C5, BC and A2. RGB value is (197,188,162). Sum of RGB (Red+Green+Blue) = 197+188+162=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCA2 is #3A435D. Grayscale: #BBBBBB. Windows color (decimal): -3818334 or 10665157. OLE color: 10665157.
HSL color Cylindrical-coordinate representation of color #C5BCA2: hue angle of 44.57º degrees, saturation: 0.23, 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 #C5BCA2 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 162 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.23 |
| HSL | 44.57º | 0.23% | 0.7% | - |
| HSV(B) | 44.57º | 0.18% | 0.77% | - |
| XYZ | 47.53 | 50.45 | 41.41 | - |
| YUV | 187.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 162 | 0 | 0.05 | 0.18 | 0.23 | 44.57 | 0.23 | 0.7 |
| Hex | C5 | BC | A2 | 0 | 5 | 12 | 17 | 2D | 17 | 46 |
| Octal | 305 | 274 | 242 | 0 | 5 | 22 | 27 | 55 | 27 | 106 |
| Binary | 11000101 | 10111100 | 10100010 | 0 | 101 | 10010 | 10111 | 101101 | 10111 | 1000110 |
Color Harmonies of #C5BCA2
Complementary color
Monochromatic Colors of #C5BCA2
Black with #C5BCA2
Text Example
Text Example
White with #C5BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCA2; }
p { color: rgb(197,188,162); }
H1.HeaderClassName
{
color: #C5BCA2;
}
.AnyTagClassName
{
color: #C5BCA2;
}
</style>
background-color css
<style>
a { background-color: #C5BCA2; }
a { background-color: rgb(197,188,162); }
div.DivClassName
{
background-color: #C5BCA2;
}
.BgClassName
{
background-color: #C5BCA2;
}
</style>
border-color css
<style>
span { border-color: #C5BCA2; }
span { border-color: rgb(197,188,162); }
td.TdClassName
{
border-color: #C5BCA2;
}
.TagClassName
{
border-color: #C5BCA2;
}
</style>