Shades of Sisal #C5BA94
Tints of Sisal #C5BA94
RGB
CMYK
RGB Variations
Color information
#C5BA94 (or 0xC5BA94) is known color: Sisal. HEX triplet: C5, BA and 94. RGB value is (197,186,148). Sum of RGB (Red+Green+Blue) = 197+186+148=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BA94 is #3A456B. Grayscale: #B9B9B9. Windows color (decimal): -3818860 or 9747141. OLE color: 9747141.
HSL color Cylindrical-coordinate representation of color #C5BA94: hue angle of 46.53º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5BA94 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 148 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.23 |
| HSL | 46.53º | 0.3% | 0.68% | - |
| HSV(B) | 46.53º | 0.25% | 0.77% | - |
| XYZ | 45.93 | 49.13 | 35.08 | - |
| YUV | 184.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 148 | 0 | 0.06 | 0.25 | 0.23 | 46.53 | 0.3 | 0.68 |
| Hex | C5 | BA | 94 | 0 | 6 | 19 | 17 | 2F | 1E | 44 |
| Octal | 305 | 272 | 224 | 0 | 6 | 31 | 27 | 57 | 36 | 104 |
| Binary | 11000101 | 10111010 | 10010100 | 0 | 110 | 11001 | 10111 | 101111 | 11110 | 1000100 |
Color Harmonies of #C5BA94
Complementary color
Monochromatic Colors of #C5BA94
Black with #C5BA94
Text Example
Text Example
White with #C5BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA94; }
p { color: rgb(197,186,148); }
H1.HeaderClassName
{
color: #C5BA94;
}
.AnyTagClassName
{
color: #C5BA94;
}
</style>
background-color css
<style>
a { background-color: #C5BA94; }
a { background-color: rgb(197,186,148); }
div.DivClassName
{
background-color: #C5BA94;
}
.BgClassName
{
background-color: #C5BA94;
}
</style>
border-color css
<style>
span { border-color: #C5BA94; }
span { border-color: rgb(197,186,148); }
td.TdClassName
{
border-color: #C5BA94;
}
.TagClassName
{
border-color: #C5BA94;
}
</style>