Shades of Solid Pink #954650
Tints of Solid Pink #954650
RGB
CMYK
RGB Variations
Color information
#954650 (or 0x954650) is known color: Solid Pink. HEX triplet: 95, 46 and 50. RGB value is (149,70,80). Sum of RGB (Red+Green+Blue) = 149+70+80=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #954650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954650 is #6AB9AF. Grayscale: #5E5E5E. Windows color (decimal): -6994352 or 5260949. OLE color: 5260949.
HSL color Cylindrical-coordinate representation of color #954650: hue angle of 352.41º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954650 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 80 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.42 |
| HSL | 352.41º | 0.36% | 0.43% | - |
| HSV(B) | 352.41º | 0.53% | 0.58% | - |
| XYZ | 16.03 | 11.35 | 8.93 | - |
| YUV | 94.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 80 | 0 | 0.53 | 0.46 | 0.42 | 352.41 | 0.36 | 0.43 |
| Hex | 95 | 46 | 50 | 0 | 35 | 2E | 2A | 160 | 24 | 2B |
| Octal | 225 | 106 | 120 | 0 | 65 | 56 | 52 | 540 | 44 | 53 |
| Binary | 10010101 | 1000110 | 1010000 | 0 | 110101 | 101110 | 101010 | 101100000 | 100100 | 101011 |
Color Harmonies of #954650
Complementary color
Monochromatic Colors of #954650
Black with #954650
Text Example
Text Example
White with #954650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954650; }
p { color: rgb(149,70,80); }
H1.HeaderClassName
{
color: #954650;
}
.AnyTagClassName
{
color: #954650;
}
</style>
background-color css
<style>
a { background-color: #954650; }
a { background-color: rgb(149,70,80); }
div.DivClassName
{
background-color: #954650;
}
.BgClassName
{
background-color: #954650;
}
</style>
border-color css
<style>
span { border-color: #954650; }
span { border-color: rgb(149,70,80); }
td.TdClassName
{
border-color: #954650;
}
.TagClassName
{
border-color: #954650;
}
</style>