Shades of Solid Pink #954F51
Tints of Solid Pink #954F51
RGB
CMYK
RGB Variations
Color information
#954F51 (or 0x954F51) is known color: Solid Pink. HEX triplet: 95, 4F and 51. RGB value is (149,79,81). Sum of RGB (Red+Green+Blue) = 149+79+81=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #954F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F51 is #6AB0AE. Grayscale: #646464. Windows color (decimal): -6992047 or 5328789. OLE color: 5328789.
HSL color Cylindrical-coordinate representation of color #954F51: hue angle of 358.29º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F51 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 81 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.42 |
| HSL | 358.29º | 0.31% | 0.45% | - |
| HSV(B) | 358.29º | 0.47% | 0.58% | - |
| XYZ | 16.68 | 12.58 | 9.33 | - |
| YUV | 100.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 81 | 0 | 0.47 | 0.46 | 0.42 | 358.29 | 0.31 | 0.45 |
| Hex | 95 | 4F | 51 | 0 | 2F | 2E | 2A | 166 | 1F | 2D |
| Octal | 225 | 117 | 121 | 0 | 57 | 56 | 52 | 546 | 37 | 55 |
| Binary | 10010101 | 1001111 | 1010001 | 0 | 101111 | 101110 | 101010 | 101100110 | 11111 | 101101 |
Color Harmonies of #954F51
Complementary color
Monochromatic Colors of #954F51
Black with #954F51
Text Example
Text Example
White with #954F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F51; }
p { color: rgb(149,79,81); }
H1.HeaderClassName
{
color: #954F51;
}
.AnyTagClassName
{
color: #954F51;
}
</style>
background-color css
<style>
a { background-color: #954F51; }
a { background-color: rgb(149,79,81); }
div.DivClassName
{
background-color: #954F51;
}
.BgClassName
{
background-color: #954F51;
}
</style>
border-color css
<style>
span { border-color: #954F51; }
span { border-color: rgb(149,79,81); }
td.TdClassName
{
border-color: #954F51;
}
.TagClassName
{
border-color: #954F51;
}
</style>