Shades of Solid Pink #954A4D
Tints of Solid Pink #954A4D
RGB
CMYK
RGB Variations
Color information
#954A4D (or 0x954A4D) is known color: Solid Pink. HEX triplet: 95, 4A and 4D. RGB value is (149,74,77). Sum of RGB (Red+Green+Blue) = 149+74+77=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #954A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A4D is #6AB5B2. Grayscale: #606060. Windows color (decimal): -6993331 or 5065365. OLE color: 5065365.
HSL color Cylindrical-coordinate representation of color #954A4D: hue angle of 357.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A4D is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 77 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.42 |
| HSL | 357.6º | 0.34% | 0.44% | - |
| HSV(B) | 357.6º | 0.5% | 0.58% | - |
| XYZ | 16.18 | 11.82 | 8.45 | - |
| YUV | 96.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 77 | 0 | 0.50 | 0.48 | 0.42 | 357.6 | 0.34 | 0.44 |
| Hex | 95 | 4A | 4D | 0 | 32 | 30 | 2A | 166 | 22 | 2C |
| Octal | 225 | 112 | 115 | 0 | 62 | 60 | 52 | 546 | 42 | 54 |
| Binary | 10010101 | 1001010 | 1001101 | 0 | 110010 | 110000 | 101010 | 101100110 | 100010 | 101100 |
Color Harmonies of #954A4D
Complementary color
Monochromatic Colors of #954A4D
Black with #954A4D
Text Example
Text Example
White with #954A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A4D; }
p { color: rgb(149,74,77); }
H1.HeaderClassName
{
color: #954A4D;
}
.AnyTagClassName
{
color: #954A4D;
}
</style>
background-color css
<style>
a { background-color: #954A4D; }
a { background-color: rgb(149,74,77); }
div.DivClassName
{
background-color: #954A4D;
}
.BgClassName
{
background-color: #954A4D;
}
</style>
border-color css
<style>
span { border-color: #954A4D; }
span { border-color: rgb(149,74,77); }
td.TdClassName
{
border-color: #954A4D;
}
.TagClassName
{
border-color: #954A4D;
}
</style>