Shades of Sisal #C5BE9A
Tints of Sisal #C5BE9A
RGB
CMYK
RGB Variations
Color information
#C5BE9A (or 0xC5BE9A) is known color: Sisal. HEX triplet: C5, BE and 9A. RGB value is (197,190,154). Sum of RGB (Red+Green+Blue) = 197+190+154=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BE9A is #3A4165. Grayscale: #BCBCBC. Windows color (decimal): -3817830 or 10141381. OLE color: 10141381.
HSL color Cylindrical-coordinate representation of color #C5BE9A: hue angle of 50.23º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5BE9A is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 154 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.23 |
| HSL | 50.23º | 0.27% | 0.69% | - |
| HSV(B) | 50.23º | 0.22% | 0.77% | - |
| XYZ | 47.27 | 51.03 | 37.93 | - |
| YUV | 187.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 154 | 0 | 0.04 | 0.22 | 0.23 | 50.23 | 0.27 | 0.69 |
| Hex | C5 | BE | 9A | 0 | 4 | 16 | 17 | 32 | 1B | 45 |
| Octal | 305 | 276 | 232 | 0 | 4 | 26 | 27 | 62 | 33 | 105 |
| Binary | 11000101 | 10111110 | 10011010 | 0 | 100 | 10110 | 10111 | 110010 | 11011 | 1000101 |
Color Harmonies of #C5BE9A
Complementary color
Monochromatic Colors of #C5BE9A
Black with #C5BE9A
Text Example
Text Example
White with #C5BE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE9A; }
p { color: rgb(197,190,154); }
H1.HeaderClassName
{
color: #C5BE9A;
}
.AnyTagClassName
{
color: #C5BE9A;
}
</style>
background-color css
<style>
a { background-color: #C5BE9A; }
a { background-color: rgb(197,190,154); }
div.DivClassName
{
background-color: #C5BE9A;
}
.BgClassName
{
background-color: #C5BE9A;
}
</style>
border-color css
<style>
span { border-color: #C5BE9A; }
span { border-color: rgb(197,190,154); }
td.TdClassName
{
border-color: #C5BE9A;
}
.TagClassName
{
border-color: #C5BE9A;
}
</style>