Shades of Venus #9C898C
Tints of Venus #9C898C
RGB
CMYK
RGB Variations
Color information
#9C898C (or 0x9C898C) is known color: Venus. HEX triplet: 9C, 89 and 8C. RGB value is (156,137,140). Sum of RGB (Red+Green+Blue) = 156+137+140=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 156 - color contains mainly: red. Hex color #9C898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C898C is #637673. Grayscale: #8F8F8F. Windows color (decimal): -6518388 or 9210268. OLE color: 9210268.
HSL color Cylindrical-coordinate representation of color #9C898C: hue angle of 350.53º 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 #9C898C is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 140 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.39 |
| HSL | 350.53º | 0.09% | 0.57% | - |
| HSV(B) | 350.53º | 0.12% | 0.61% | - |
| XYZ | 27.39 | 26.85 | 28.55 | - |
| YUV | 143.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 140 | 0 | 0.12 | 0.10 | 0.39 | 350.53 | 0.09 | 0.57 |
| Hex | 9C | 89 | 8C | 0 | C | A | 27 | 15F | 9 | 39 |
| Octal | 234 | 211 | 214 | 0 | 14 | 12 | 47 | 537 | 11 | 71 |
| Binary | 10011100 | 10001001 | 10001100 | 0 | 1100 | 1010 | 100111 | 101011111 | 1001 | 111001 |
Color Harmonies of #9C898C
Complementary color
Monochromatic Colors of #9C898C
Black with #9C898C
Text Example
Text Example
White with #9C898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C898C; }
p { color: rgb(156,137,140); }
H1.HeaderClassName
{
color: #9C898C;
}
.AnyTagClassName
{
color: #9C898C;
}
</style>
background-color css
<style>
a { background-color: #9C898C; }
a { background-color: rgb(156,137,140); }
div.DivClassName
{
background-color: #9C898C;
}
.BgClassName
{
background-color: #9C898C;
}
</style>
border-color css
<style>
span { border-color: #9C898C; }
span { border-color: rgb(156,137,140); }
td.TdClassName
{
border-color: #9C898C;
}
.TagClassName
{
border-color: #9C898C;
}
</style>