Shades of Solid Pink #995456
Tints of Solid Pink #995456
RGB
CMYK
RGB Variations
Color information
#995456 (or 0x995456) is known color: Solid Pink. HEX triplet: 99, 54 and 56. RGB value is (153,84,86). Sum of RGB (Red+Green+Blue) = 153+84+86=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995456 is #66ABA9. Grayscale: #686868. Windows color (decimal): -6728618 or 5657753. OLE color: 5657753.
HSL color Cylindrical-coordinate representation of color #995456: hue angle of 358.26º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995456 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 86 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.4 |
| HSL | 358.26º | 0.29% | 0.46% | - |
| HSV(B) | 358.26º | 0.45% | 0.6% | - |
| XYZ | 17.99 | 13.78 | 10.52 | - |
| YUV | 104.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 86 | 0 | 0.45 | 0.44 | 0.4 | 358.26 | 0.29 | 0.46 |
| Hex | 99 | 54 | 56 | 0 | 2D | 2C | 28 | 166 | 1D | 2E |
| Octal | 231 | 124 | 126 | 0 | 55 | 54 | 50 | 546 | 35 | 56 |
| Binary | 10011001 | 1010100 | 1010110 | 0 | 101101 | 101100 | 101000 | 101100110 | 11101 | 101110 |
Color Harmonies of #995456
Complementary color
Monochromatic Colors of #995456
Black with #995456
Text Example
Text Example
White with #995456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995456; }
p { color: rgb(153,84,86); }
H1.HeaderClassName
{
color: #995456;
}
.AnyTagClassName
{
color: #995456;
}
</style>
background-color css
<style>
a { background-color: #995456; }
a { background-color: rgb(153,84,86); }
div.DivClassName
{
background-color: #995456;
}
.BgClassName
{
background-color: #995456;
}
</style>
border-color css
<style>
span { border-color: #995456; }
span { border-color: rgb(153,84,86); }
td.TdClassName
{
border-color: #995456;
}
.TagClassName
{
border-color: #995456;
}
</style>