Shades of Venus #9C898A
Tints of Venus #9C898A
RGB
CMYK
RGB Variations
Color information
#9C898A (or 0x9C898A) is known color: Venus. HEX triplet: 9C, 89 and 8A. RGB value is (156,137,138). Sum of RGB (Red+Green+Blue) = 156+137+138=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 156 - color contains mainly: red. Hex color #9C898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C898A is #637675. Grayscale: #8E8E8E. Windows color (decimal): -6518390 or 9079196. OLE color: 9079196.
HSL color Cylindrical-coordinate representation of color #9C898A: hue angle of 356.84º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C898A is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 138 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.39 |
| HSL | 356.84º | 0.09% | 0.57% | - |
| HSV(B) | 356.84º | 0.12% | 0.61% | - |
| XYZ | 27.24 | 26.79 | 27.78 | - |
| YUV | 142.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 138 | 0 | 0.12 | 0.12 | 0.39 | 356.84 | 0.09 | 0.57 |
| Hex | 9C | 89 | 8A | 0 | C | C | 27 | 165 | 9 | 39 |
| Octal | 234 | 211 | 212 | 0 | 14 | 14 | 47 | 545 | 11 | 71 |
| Binary | 10011100 | 10001001 | 10001010 | 0 | 1100 | 1100 | 100111 | 101100101 | 1001 | 111001 |
Color Harmonies of #9C898A
Complementary color
Monochromatic Colors of #9C898A
Black with #9C898A
Text Example
Text Example
White with #9C898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C898A; }
p { color: rgb(156,137,138); }
H1.HeaderClassName
{
color: #9C898A;
}
.AnyTagClassName
{
color: #9C898A;
}
</style>
background-color css
<style>
a { background-color: #9C898A; }
a { background-color: rgb(156,137,138); }
div.DivClassName
{
background-color: #9C898A;
}
.BgClassName
{
background-color: #9C898A;
}
</style>
border-color css
<style>
span { border-color: #9C898A; }
span { border-color: rgb(156,137,138); }
td.TdClassName
{
border-color: #9C898A;
}
.TagClassName
{
border-color: #9C898A;
}
</style>