Shades of Sisal #C7BA9C
Tints of Sisal #C7BA9C
RGB
CMYK
RGB Variations
Color information
#C7BA9C (or 0xC7BA9C) is known color: Sisal. HEX triplet: C7, BA and 9C. RGB value is (199,186,156). Sum of RGB (Red+Green+Blue) = 199+186+156=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA9C is #384563. Grayscale: #BABABA. Windows color (decimal): -3687780 or 10271431. OLE color: 10271431.
HSL color Cylindrical-coordinate representation of color #C7BA9C: hue angle of 41.86º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7BA9C is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 156 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.22 |
| HSL | 41.86º | 0.28% | 0.7% | - |
| HSV(B) | 41.86º | 0.22% | 0.78% | - |
| XYZ | 47.11 | 49.66 | 38.55 | - |
| YUV | 186.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 156 | 0 | 0.07 | 0.22 | 0.22 | 41.86 | 0.28 | 0.7 |
| Hex | C7 | BA | 9C | 0 | 7 | 16 | 16 | 2A | 1C | 46 |
| Octal | 307 | 272 | 234 | 0 | 7 | 26 | 26 | 52 | 34 | 106 |
| Binary | 11000111 | 10111010 | 10011100 | 0 | 111 | 10110 | 10110 | 101010 | 11100 | 1000110 |
Color Harmonies of #C7BA9C
Complementary color
Monochromatic Colors of #C7BA9C
Black with #C7BA9C
Text Example
Text Example
White with #C7BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA9C; }
p { color: rgb(199,186,156); }
H1.HeaderClassName
{
color: #C7BA9C;
}
.AnyTagClassName
{
color: #C7BA9C;
}
</style>
background-color css
<style>
a { background-color: #C7BA9C; }
a { background-color: rgb(199,186,156); }
div.DivClassName
{
background-color: #C7BA9C;
}
.BgClassName
{
background-color: #C7BA9C;
}
</style>
border-color css
<style>
span { border-color: #C7BA9C; }
span { border-color: rgb(199,186,156); }
td.TdClassName
{
border-color: #C7BA9C;
}
.TagClassName
{
border-color: #C7BA9C;
}
</style>