Shades of Solid Pink #954649
Tints of Solid Pink #954649
RGB
CMYK
RGB Variations
Color information
#954649 (or 0x954649) is known color: Solid Pink. HEX triplet: 95, 46 and 49. RGB value is (149,70,73). Sum of RGB (Red+Green+Blue) = 149+70+73=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #954649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954649 is #6AB9B6. Grayscale: #5E5E5E. Windows color (decimal): -6994359 or 4802197. OLE color: 4802197.
HSL color Cylindrical-coordinate representation of color #954649: hue angle of 357.72º 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 #954649 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 73 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.42 |
| HSL | 357.72º | 0.36% | 0.43% | - |
| HSV(B) | 357.72º | 0.53% | 0.58% | - |
| XYZ | 15.79 | 11.25 | 7.64 | - |
| YUV | 93.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 73 | 0 | 0.53 | 0.51 | 0.42 | 357.72 | 0.36 | 0.43 |
| Hex | 95 | 46 | 49 | 0 | 35 | 33 | 2A | 166 | 24 | 2B |
| Octal | 225 | 106 | 111 | 0 | 65 | 63 | 52 | 546 | 44 | 53 |
| Binary | 10010101 | 1000110 | 1001001 | 0 | 110101 | 110011 | 101010 | 101100110 | 100100 | 101011 |
Color Harmonies of #954649
Complementary color
Monochromatic Colors of #954649
Black with #954649
Text Example
Text Example
White with #954649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954649; }
p { color: rgb(149,70,73); }
H1.HeaderClassName
{
color: #954649;
}
.AnyTagClassName
{
color: #954649;
}
</style>
background-color css
<style>
a { background-color: #954649; }
a { background-color: rgb(149,70,73); }
div.DivClassName
{
background-color: #954649;
}
.BgClassName
{
background-color: #954649;
}
</style>
border-color css
<style>
span { border-color: #954649; }
span { border-color: rgb(149,70,73); }
td.TdClassName
{
border-color: #954649;
}
.TagClassName
{
border-color: #954649;
}
</style>