Shades of Venus #9C8388
Tints of Venus #9C8388
RGB
CMYK
RGB Variations
Color information
#9C8388 (or 0x9C8388) is known color: Venus. HEX triplet: 9C, 83 and 88. RGB value is (156,131,136). Sum of RGB (Red+Green+Blue) = 156+131+136=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8388 is #637C77. Grayscale: #8B8B8B. Windows color (decimal): -6519928 or 8946588. OLE color: 8946588.
HSL color Cylindrical-coordinate representation of color #9C8388: hue angle of 348º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C8388 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 136 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.39 |
| HSL | 348º | 0.11% | 0.56% | - |
| HSV(B) | 348º | 0.16% | 0.61% | - |
| XYZ | 26.27 | 25.08 | 26.75 | - |
| YUV | 139.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 136 | 0 | 0.16 | 0.13 | 0.39 | 348 | 0.11 | 0.56 |
| Hex | 9C | 83 | 88 | 0 | 10 | D | 27 | 15C | B | 38 |
| Octal | 234 | 203 | 210 | 0 | 20 | 15 | 47 | 534 | 13 | 70 |
| Binary | 10011100 | 10000011 | 10001000 | 0 | 10000 | 1101 | 100111 | 101011100 | 1011 | 111000 |
Color Harmonies of #9C8388
Complementary color
Monochromatic Colors of #9C8388
Black with #9C8388
Text Example
Text Example
White with #9C8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8388; }
p { color: rgb(156,131,136); }
H1.HeaderClassName
{
color: #9C8388;
}
.AnyTagClassName
{
color: #9C8388;
}
</style>
background-color css
<style>
a { background-color: #9C8388; }
a { background-color: rgb(156,131,136); }
div.DivClassName
{
background-color: #9C8388;
}
.BgClassName
{
background-color: #9C8388;
}
</style>
border-color css
<style>
span { border-color: #9C8388; }
span { border-color: rgb(156,131,136); }
td.TdClassName
{
border-color: #9C8388;
}
.TagClassName
{
border-color: #9C8388;
}
</style>