Shades of Venus #9C828C
Tints of Venus #9C828C
RGB
CMYK
RGB Variations
Color information
#9C828C (or 0x9C828C) is known color: Venus. HEX triplet: 9C, 82 and 8C. RGB value is (156,130,140). Sum of RGB (Red+Green+Blue) = 156+130+140=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C828C is #637D73. Grayscale: #8A8A8A. Windows color (decimal): -6520180 or 9208476. OLE color: 9208476.
HSL color Cylindrical-coordinate representation of color #9C828C: hue angle of 336.92º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C828C is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 140 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.39 |
| HSL | 336.92º | 0.12% | 0.56% | - |
| HSV(B) | 336.92º | 0.17% | 0.61% | - |
| XYZ | 26.43 | 24.93 | 28.23 | - |
| YUV | 138.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 140 | 0 | 0.17 | 0.10 | 0.39 | 336.92 | 0.12 | 0.56 |
| Hex | 9C | 82 | 8C | 0 | 11 | A | 27 | 151 | C | 38 |
| Octal | 234 | 202 | 214 | 0 | 21 | 12 | 47 | 521 | 14 | 70 |
| Binary | 10011100 | 10000010 | 10001100 | 0 | 10001 | 1010 | 100111 | 101010001 | 1100 | 111000 |
Color Harmonies of #9C828C
Complementary color
Monochromatic Colors of #9C828C
Black with #9C828C
Text Example
Text Example
White with #9C828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C828C; }
p { color: rgb(156,130,140); }
H1.HeaderClassName
{
color: #9C828C;
}
.AnyTagClassName
{
color: #9C828C;
}
</style>
background-color css
<style>
a { background-color: #9C828C; }
a { background-color: rgb(156,130,140); }
div.DivClassName
{
background-color: #9C828C;
}
.BgClassName
{
background-color: #9C828C;
}
</style>
border-color css
<style>
span { border-color: #9C828C; }
span { border-color: rgb(156,130,140); }
td.TdClassName
{
border-color: #9C828C;
}
.TagClassName
{
border-color: #9C828C;
}
</style>