Shades of Solid Pink #9B494C
Tints of Solid Pink #9B494C
RGB
CMYK
RGB Variations
Color information
#9B494C (or 0x9B494C) is known color: Solid Pink. HEX triplet: 9B, 49 and 4C. RGB value is (155,73,76). Sum of RGB (Red+Green+Blue) = 155+73+76=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B494C is #64B6B3. Grayscale: #616161. Windows color (decimal): -6600372 or 4999579. OLE color: 4999579.
HSL color Cylindrical-coordinate representation of color #9B494C: hue angle of 357.8º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B494C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 76 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.39 |
| HSL | 357.8º | 0.36% | 0.45% | - |
| HSV(B) | 357.8º | 0.53% | 0.61% | - |
| XYZ | 17.2 | 12.26 | 8.3 | - |
| YUV | 97.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 76 | 0 | 0.53 | 0.51 | 0.39 | 357.8 | 0.36 | 0.45 |
| Hex | 9B | 49 | 4C | 0 | 35 | 33 | 27 | 166 | 24 | 2D |
| Octal | 233 | 111 | 114 | 0 | 65 | 63 | 47 | 546 | 44 | 55 |
| Binary | 10011011 | 1001001 | 1001100 | 0 | 110101 | 110011 | 100111 | 101100110 | 100100 | 101101 |
Color Harmonies of #9B494C
Complementary color
Monochromatic Colors of #9B494C
Black with #9B494C
Text Example
Text Example
White with #9B494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B494C; }
p { color: rgb(155,73,76); }
H1.HeaderClassName
{
color: #9B494C;
}
.AnyTagClassName
{
color: #9B494C;
}
</style>
background-color css
<style>
a { background-color: #9B494C; }
a { background-color: rgb(155,73,76); }
div.DivClassName
{
background-color: #9B494C;
}
.BgClassName
{
background-color: #9B494C;
}
</style>
border-color css
<style>
span { border-color: #9B494C; }
span { border-color: rgb(155,73,76); }
td.TdClassName
{
border-color: #9B494C;
}
.TagClassName
{
border-color: #9B494C;
}
</style>