Shades of Sisal #C7BA92
Tints of Sisal #C7BA92
RGB
CMYK
RGB Variations
Color information
#C7BA92 (or 0xC7BA92) is known color: Sisal. HEX triplet: C7, BA and 92. RGB value is (199,186,146). Sum of RGB (Red+Green+Blue) = 199+186+146=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA92 is #38456D. Grayscale: #B9B9B9. Windows color (decimal): -3687790 or 9616071. OLE color: 9616071.
HSL color Cylindrical-coordinate representation of color #C7BA92: hue angle of 45.28º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7BA92 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 146 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.22 |
| HSL | 45.28º | 0.32% | 0.68% | - |
| HSV(B) | 45.28º | 0.27% | 0.78% | - |
| XYZ | 46.3 | 49.34 | 34.28 | - |
| YUV | 185.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 146 | 0 | 0.07 | 0.27 | 0.22 | 45.28 | 0.32 | 0.68 |
| Hex | C7 | BA | 92 | 0 | 7 | 1B | 16 | 2D | 20 | 44 |
| Octal | 307 | 272 | 222 | 0 | 7 | 33 | 26 | 55 | 40 | 104 |
| Binary | 11000111 | 10111010 | 10010010 | 0 | 111 | 11011 | 10110 | 101101 | 100000 | 1000100 |
Color Harmonies of #C7BA92
Complementary color
Monochromatic Colors of #C7BA92
Black with #C7BA92
Text Example
Text Example
White with #C7BA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA92; }
p { color: rgb(199,186,146); }
H1.HeaderClassName
{
color: #C7BA92;
}
.AnyTagClassName
{
color: #C7BA92;
}
</style>
background-color css
<style>
a { background-color: #C7BA92; }
a { background-color: rgb(199,186,146); }
div.DivClassName
{
background-color: #C7BA92;
}
.BgClassName
{
background-color: #C7BA92;
}
</style>
border-color css
<style>
span { border-color: #C7BA92; }
span { border-color: rgb(199,186,146); }
td.TdClassName
{
border-color: #C7BA92;
}
.TagClassName
{
border-color: #C7BA92;
}
</style>