Shades of Sisal #C7BA94
Tints of Sisal #C7BA94
RGB
CMYK
RGB Variations
Color information
#C7BA94 (or 0xC7BA94) is known color: Sisal. HEX triplet: C7, BA and 94. RGB value is (199,186,148). Sum of RGB (Red+Green+Blue) = 199+186+148=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA94 is #38456B. Grayscale: #B9B9B9. Windows color (decimal): -3687788 or 9747143. OLE color: 9747143.
HSL color Cylindrical-coordinate representation of color #C7BA94: hue angle of 44.71º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7BA94 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 148 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.22 |
| HSL | 44.71º | 0.31% | 0.68% | - |
| HSV(B) | 44.71º | 0.26% | 0.78% | - |
| XYZ | 46.46 | 49.4 | 35.1 | - |
| YUV | 185.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 148 | 0 | 0.07 | 0.26 | 0.22 | 44.71 | 0.31 | 0.68 |
| Hex | C7 | BA | 94 | 0 | 7 | 1A | 16 | 2D | 1F | 44 |
| Octal | 307 | 272 | 224 | 0 | 7 | 32 | 26 | 55 | 37 | 104 |
| Binary | 11000111 | 10111010 | 10010100 | 0 | 111 | 11010 | 10110 | 101101 | 11111 | 1000100 |
Color Harmonies of #C7BA94
Complementary color
Monochromatic Colors of #C7BA94
Black with #C7BA94
Text Example
Text Example
White with #C7BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA94; }
p { color: rgb(199,186,148); }
H1.HeaderClassName
{
color: #C7BA94;
}
.AnyTagClassName
{
color: #C7BA94;
}
</style>
background-color css
<style>
a { background-color: #C7BA94; }
a { background-color: rgb(199,186,148); }
div.DivClassName
{
background-color: #C7BA94;
}
.BgClassName
{
background-color: #C7BA94;
}
</style>
border-color css
<style>
span { border-color: #C7BA94; }
span { border-color: rgb(199,186,148); }
td.TdClassName
{
border-color: #C7BA94;
}
.TagClassName
{
border-color: #C7BA94;
}
</style>