Shades of Venus #9C898B
Tints of Venus #9C898B
RGB
CMYK
RGB Variations
Color information
#9C898B (or 0x9C898B) is known color: Venus. HEX triplet: 9C, 89 and 8B. RGB value is (156,137,139). Sum of RGB (Red+Green+Blue) = 156+137+139=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 156 - color contains mainly: red. Hex color #9C898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C898B is #637674. Grayscale: #8E8E8E. Windows color (decimal): -6518389 or 9144732. OLE color: 9144732.
HSL color Cylindrical-coordinate representation of color #9C898B: hue angle of 353.68º 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 #9C898B is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 139 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.39 |
| HSL | 353.68º | 0.09% | 0.57% | - |
| HSV(B) | 353.68º | 0.12% | 0.61% | - |
| XYZ | 27.32 | 26.82 | 28.16 | - |
| YUV | 142.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 139 | 0 | 0.12 | 0.11 | 0.39 | 353.68 | 0.09 | 0.57 |
| Hex | 9C | 89 | 8B | 0 | C | B | 27 | 162 | 9 | 39 |
| Octal | 234 | 211 | 213 | 0 | 14 | 13 | 47 | 542 | 11 | 71 |
| Binary | 10011100 | 10001001 | 10001011 | 0 | 1100 | 1011 | 100111 | 101100010 | 1001 | 111001 |
Color Harmonies of #9C898B
Complementary color
Monochromatic Colors of #9C898B
Black with #9C898B
Text Example
Text Example
White with #9C898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C898B; }
p { color: rgb(156,137,139); }
H1.HeaderClassName
{
color: #9C898B;
}
.AnyTagClassName
{
color: #9C898B;
}
</style>
background-color css
<style>
a { background-color: #9C898B; }
a { background-color: rgb(156,137,139); }
div.DivClassName
{
background-color: #9C898B;
}
.BgClassName
{
background-color: #9C898B;
}
</style>
border-color css
<style>
span { border-color: #9C898B; }
span { border-color: rgb(156,137,139); }
td.TdClassName
{
border-color: #9C898B;
}
.TagClassName
{
border-color: #9C898B;
}
</style>