Shades of Solid Pink #954953
Tints of Solid Pink #954953
RGB
CMYK
RGB Variations
Color information
#954953 (or 0x954953) is known color: Solid Pink. HEX triplet: 95, 49 and 53. RGB value is (149,73,83). Sum of RGB (Red+Green+Blue) = 149+73+83=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #954953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954953 is #6AB6AC. Grayscale: #606060. Windows color (decimal): -6993581 or 5458325. OLE color: 5458325.
HSL color Cylindrical-coordinate representation of color #954953: hue angle of 352.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954953 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 83 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.42 |
| HSL | 352.11º | 0.34% | 0.44% | - |
| HSV(B) | 352.11º | 0.51% | 0.58% | - |
| XYZ | 16.34 | 11.78 | 9.6 | - |
| YUV | 96.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 83 | 0 | 0.51 | 0.44 | 0.42 | 352.11 | 0.34 | 0.44 |
| Hex | 95 | 49 | 53 | 0 | 33 | 2C | 2A | 160 | 22 | 2C |
| Octal | 225 | 111 | 123 | 0 | 63 | 54 | 52 | 540 | 42 | 54 |
| Binary | 10010101 | 1001001 | 1010011 | 0 | 110011 | 101100 | 101010 | 101100000 | 100010 | 101100 |
Color Harmonies of #954953
Complementary color
Monochromatic Colors of #954953
Black with #954953
Text Example
Text Example
White with #954953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954953; }
p { color: rgb(149,73,83); }
H1.HeaderClassName
{
color: #954953;
}
.AnyTagClassName
{
color: #954953;
}
</style>
background-color css
<style>
a { background-color: #954953; }
a { background-color: rgb(149,73,83); }
div.DivClassName
{
background-color: #954953;
}
.BgClassName
{
background-color: #954953;
}
</style>
border-color css
<style>
span { border-color: #954953; }
span { border-color: rgb(149,73,83); }
td.TdClassName
{
border-color: #954953;
}
.TagClassName
{
border-color: #954953;
}
</style>