Shades of Sisal #C5BDA0
Tints of Sisal #C5BDA0
RGB
CMYK
RGB Variations
Color information
#C5BDA0 (or 0xC5BDA0) is known color: Sisal. HEX triplet: C5, BD and A0. RGB value is (197,189,160). Sum of RGB (Red+Green+Blue) = 197+189+160=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDA0 is #3A425F. Grayscale: #BCBCBC. Windows color (decimal): -3818080 or 10534341. OLE color: 10534341.
HSL color Cylindrical-coordinate representation of color #C5BDA0: hue angle of 47.03º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BDA0 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 189 | 160 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.23 |
| HSL | 47.03º | 0.24% | 0.7% | - |
| HSV(B) | 47.03º | 0.19% | 0.77% | - |
| XYZ | 47.57 | 50.8 | 40.56 | - |
| YUV | 188.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 160 | 0 | 0.04 | 0.19 | 0.23 | 47.03 | 0.24 | 0.7 |
| Hex | C5 | BD | A0 | 0 | 4 | 13 | 17 | 2F | 18 | 46 |
| Octal | 305 | 275 | 240 | 0 | 4 | 23 | 27 | 57 | 30 | 106 |
| Binary | 11000101 | 10111101 | 10100000 | 0 | 100 | 10011 | 10111 | 101111 | 11000 | 1000110 |
Color Harmonies of #C5BDA0
Complementary color
Monochromatic Colors of #C5BDA0
Black with #C5BDA0
Text Example
Text Example
White with #C5BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDA0; }
p { color: rgb(197,189,160); }
H1.HeaderClassName
{
color: #C5BDA0;
}
.AnyTagClassName
{
color: #C5BDA0;
}
</style>
background-color css
<style>
a { background-color: #C5BDA0; }
a { background-color: rgb(197,189,160); }
div.DivClassName
{
background-color: #C5BDA0;
}
.BgClassName
{
background-color: #C5BDA0;
}
</style>
border-color css
<style>
span { border-color: #C5BDA0; }
span { border-color: rgb(197,189,160); }
td.TdClassName
{
border-color: #C5BDA0;
}
.TagClassName
{
border-color: #C5BDA0;
}
</style>