Shades of Nobel #9C9595
Tints of Nobel #9C9595
RGB
CMYK
RGB Variations
Color information
#9C9595 (or 0x9C9595) is known color: Nobel. HEX triplet: 9C, 95 and 95. RGB value is (156,149,149). Sum of RGB (Red+Green+Blue) = 156+149+149=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9595 is #636A6A. Grayscale: #979797. Windows color (decimal): -6515307 or 9803164. OLE color: 9803164.
HSL color Cylindrical-coordinate representation of color #9C9595: hue angle of 0º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9C9595 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 149 | 149 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.39 |
| HSL | 0º | 0.03% | 0.6% | - |
| HSV(B) | 0º | 0.04% | 0.61% | - |
| XYZ | 29.88 | 30.73 | 32.79 | - |
| YUV | 151.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 149 | 0 | 0.04 | 0.04 | 0.39 | 0 | 0.03 | 0.6 |
| Hex | 9C | 95 | 95 | 0 | 4 | 4 | 27 | 0 | 3 | 3C |
| Octal | 234 | 225 | 225 | 0 | 4 | 4 | 47 | 0 | 3 | 74 |
| Binary | 10011100 | 10010101 | 10010101 | 0 | 100 | 100 | 100111 | 0 | 11 | 111100 |
Color Harmonies of #9C9595
Complementary color
Monochromatic Colors of #9C9595
Black with #9C9595
Text Example
Text Example
White with #9C9595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9595; }
p { color: rgb(156,149,149); }
H1.HeaderClassName
{
color: #9C9595;
}
.AnyTagClassName
{
color: #9C9595;
}
</style>
background-color css
<style>
a { background-color: #9C9595; }
a { background-color: rgb(156,149,149); }
div.DivClassName
{
background-color: #9C9595;
}
.BgClassName
{
background-color: #9C9595;
}
</style>
border-color css
<style>
span { border-color: #9C9595; }
span { border-color: rgb(156,149,149); }
td.TdClassName
{
border-color: #9C9595;
}
.TagClassName
{
border-color: #9C9595;
}
</style>