Shades of Venus #9C848C
Tints of Venus #9C848C
RGB
CMYK
RGB Variations
Color information
#9C848C (or 0x9C848C) is known color: Venus. HEX triplet: 9C, 84 and 8C. RGB value is (156,132,140). Sum of RGB (Red+Green+Blue) = 156+132+140=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 156 - color contains mainly: red. Hex color #9C848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C848C is #637B73. Grayscale: #8C8C8C. Windows color (decimal): -6519668 or 9208988. OLE color: 9208988.
HSL color Cylindrical-coordinate representation of color #9C848C: hue angle of 340º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C848C is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 140 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.39 |
| HSL | 340º | 0.11% | 0.56% | - |
| HSV(B) | 340º | 0.15% | 0.61% | - |
| XYZ | 26.7 | 25.46 | 28.32 | - |
| YUV | 140.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 140 | 0 | 0.15 | 0.10 | 0.39 | 340 | 0.11 | 0.56 |
| Hex | 9C | 84 | 8C | 0 | F | A | 27 | 154 | B | 38 |
| Octal | 234 | 204 | 214 | 0 | 17 | 12 | 47 | 524 | 13 | 70 |
| Binary | 10011100 | 10000100 | 10001100 | 0 | 1111 | 1010 | 100111 | 101010100 | 1011 | 111000 |
Color Harmonies of #9C848C
Complementary color
Monochromatic Colors of #9C848C
Black with #9C848C
Text Example
Text Example
White with #9C848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C848C; }
p { color: rgb(156,132,140); }
H1.HeaderClassName
{
color: #9C848C;
}
.AnyTagClassName
{
color: #9C848C;
}
</style>
background-color css
<style>
a { background-color: #9C848C; }
a { background-color: rgb(156,132,140); }
div.DivClassName
{
background-color: #9C848C;
}
.BgClassName
{
background-color: #9C848C;
}
</style>
border-color css
<style>
span { border-color: #9C848C; }
span { border-color: rgb(156,132,140); }
td.TdClassName
{
border-color: #9C848C;
}
.TagClassName
{
border-color: #9C848C;
}
</style>