Shades of Sisal #C7BA9B
Tints of Sisal #C7BA9B
RGB
CMYK
RGB Variations
Color information
#C7BA9B (or 0xC7BA9B) is known color: Sisal. HEX triplet: C7, BA and 9B. RGB value is (199,186,155). Sum of RGB (Red+Green+Blue) = 199+186+155=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA9B is #384564. Grayscale: #BABABA. Windows color (decimal): -3687781 or 10205895. OLE color: 10205895.
HSL color Cylindrical-coordinate representation of color #C7BA9B: hue angle of 42.27º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7BA9B is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 155 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.22 |
| HSL | 42.27º | 0.28% | 0.69% | - |
| HSV(B) | 42.27º | 0.22% | 0.78% | - |
| XYZ | 47.03 | 49.63 | 38.11 | - |
| YUV | 186.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 155 | 0 | 0.07 | 0.22 | 0.22 | 42.27 | 0.28 | 0.69 |
| Hex | C7 | BA | 9B | 0 | 7 | 16 | 16 | 2A | 1C | 45 |
| Octal | 307 | 272 | 233 | 0 | 7 | 26 | 26 | 52 | 34 | 105 |
| Binary | 11000111 | 10111010 | 10011011 | 0 | 111 | 10110 | 10110 | 101010 | 11100 | 1000101 |
Color Harmonies of #C7BA9B
Complementary color
Monochromatic Colors of #C7BA9B
Black with #C7BA9B
Text Example
Text Example
White with #C7BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA9B; }
p { color: rgb(199,186,155); }
H1.HeaderClassName
{
color: #C7BA9B;
}
.AnyTagClassName
{
color: #C7BA9B;
}
</style>
background-color css
<style>
a { background-color: #C7BA9B; }
a { background-color: rgb(199,186,155); }
div.DivClassName
{
background-color: #C7BA9B;
}
.BgClassName
{
background-color: #C7BA9B;
}
</style>
border-color css
<style>
span { border-color: #C7BA9B; }
span { border-color: rgb(199,186,155); }
td.TdClassName
{
border-color: #C7BA9B;
}
.TagClassName
{
border-color: #C7BA9B;
}
</style>