Shades of Sisal #C5BEA4
Tints of Sisal #C5BEA4
RGB
CMYK
RGB Variations
Color information
#C5BEA4 (or 0xC5BEA4) is known color: Sisal. HEX triplet: C5, BE and A4. RGB value is (197,190,164). Sum of RGB (Red+Green+Blue) = 197+190+164=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEA4 is #3A415B. Grayscale: #BDBDBD. Windows color (decimal): -3817820 or 10796741. OLE color: 10796741.
HSL color Cylindrical-coordinate representation of color #C5BEA4: hue angle of 47.27º 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 #C5BEA4 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 164 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.23 |
| HSL | 47.27º | 0.22% | 0.71% | - |
| HSV(B) | 47.27º | 0.17% | 0.77% | - |
| XYZ | 48.14 | 51.38 | 42.5 | - |
| YUV | 189.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 164 | 0 | 0.04 | 0.17 | 0.23 | 47.27 | 0.22 | 0.71 |
| Hex | C5 | BE | A4 | 0 | 4 | 11 | 17 | 2F | 16 | 47 |
| Octal | 305 | 276 | 244 | 0 | 4 | 21 | 27 | 57 | 26 | 107 |
| Binary | 11000101 | 10111110 | 10100100 | 0 | 100 | 10001 | 10111 | 101111 | 10110 | 1000111 |
Color Harmonies of #C5BEA4
Complementary color
Monochromatic Colors of #C5BEA4
Black with #C5BEA4
Text Example
Text Example
White with #C5BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEA4; }
p { color: rgb(197,190,164); }
H1.HeaderClassName
{
color: #C5BEA4;
}
.AnyTagClassName
{
color: #C5BEA4;
}
</style>
background-color css
<style>
a { background-color: #C5BEA4; }
a { background-color: rgb(197,190,164); }
div.DivClassName
{
background-color: #C5BEA4;
}
.BgClassName
{
background-color: #C5BEA4;
}
</style>
border-color css
<style>
span { border-color: #C5BEA4; }
span { border-color: rgb(197,190,164); }
td.TdClassName
{
border-color: #C5BEA4;
}
.TagClassName
{
border-color: #C5BEA4;
}
</style>