Shades of Solid Pink #954C50
Tints of Solid Pink #954C50
RGB
CMYK
RGB Variations
Color information
#954C50 (or 0x954C50) is known color: Solid Pink. HEX triplet: 95, 4C and 50. RGB value is (149,76,80). Sum of RGB (Red+Green+Blue) = 149+76+80=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #954C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C50 is #6AB3AF. Grayscale: #626262. Windows color (decimal): -6992816 or 5262485. OLE color: 5262485.
HSL color Cylindrical-coordinate representation of color #954C50: hue angle of 356.71º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C50 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 80 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.42 |
| HSL | 356.71º | 0.32% | 0.44% | - |
| HSV(B) | 356.71º | 0.49% | 0.58% | - |
| XYZ | 16.43 | 12.14 | 9.07 | - |
| YUV | 98.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 80 | 0 | 0.49 | 0.46 | 0.42 | 356.71 | 0.32 | 0.44 |
| Hex | 95 | 4C | 50 | 0 | 31 | 2E | 2A | 165 | 20 | 2C |
| Octal | 225 | 114 | 120 | 0 | 61 | 56 | 52 | 545 | 40 | 54 |
| Binary | 10010101 | 1001100 | 1010000 | 0 | 110001 | 101110 | 101010 | 101100101 | 100000 | 101100 |
Color Harmonies of #954C50
Complementary color
Monochromatic Colors of #954C50
Black with #954C50
Text Example
Text Example
White with #954C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C50; }
p { color: rgb(149,76,80); }
H1.HeaderClassName
{
color: #954C50;
}
.AnyTagClassName
{
color: #954C50;
}
</style>
background-color css
<style>
a { background-color: #954C50; }
a { background-color: rgb(149,76,80); }
div.DivClassName
{
background-color: #954C50;
}
.BgClassName
{
background-color: #954C50;
}
</style>
border-color css
<style>
span { border-color: #954C50; }
span { border-color: rgb(149,76,80); }
td.TdClassName
{
border-color: #954C50;
}
.TagClassName
{
border-color: #954C50;
}
</style>