Shades of Sisal #C5BDA4
Tints of Sisal #C5BDA4
RGB
CMYK
RGB Variations
Color information
#C5BDA4 (or 0xC5BDA4) is known color: Sisal. HEX triplet: C5, BD and A4. RGB value is (197,189,164). Sum of RGB (Red+Green+Blue) = 197+189+164=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDA4 is #3A425B. Grayscale: #BCBCBC. Windows color (decimal): -3818076 or 10796485. OLE color: 10796485.
HSL color Cylindrical-coordinate representation of color #C5BDA4: hue angle of 45.45º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5BDA4 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 189 | 164 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.23 |
| HSL | 45.45º | 0.22% | 0.71% | - |
| HSV(B) | 45.45º | 0.17% | 0.77% | - |
| XYZ | 47.92 | 50.95 | 42.43 | - |
| YUV | 188.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 164 | 0 | 0.04 | 0.17 | 0.23 | 45.45 | 0.22 | 0.71 |
| Hex | C5 | BD | A4 | 0 | 4 | 11 | 17 | 2D | 16 | 47 |
| Octal | 305 | 275 | 244 | 0 | 4 | 21 | 27 | 55 | 26 | 107 |
| Binary | 11000101 | 10111101 | 10100100 | 0 | 100 | 10001 | 10111 | 101101 | 10110 | 1000111 |
Color Harmonies of #C5BDA4
Complementary color
Monochromatic Colors of #C5BDA4
Black with #C5BDA4
Text Example
Text Example
White with #C5BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDA4; }
p { color: rgb(197,189,164); }
H1.HeaderClassName
{
color: #C5BDA4;
}
.AnyTagClassName
{
color: #C5BDA4;
}
</style>
background-color css
<style>
a { background-color: #C5BDA4; }
a { background-color: rgb(197,189,164); }
div.DivClassName
{
background-color: #C5BDA4;
}
.BgClassName
{
background-color: #C5BDA4;
}
</style>
border-color css
<style>
span { border-color: #C5BDA4; }
span { border-color: rgb(197,189,164); }
td.TdClassName
{
border-color: #C5BDA4;
}
.TagClassName
{
border-color: #C5BDA4;
}
</style>