Shades of Solid Pink #95464D
Tints of Solid Pink #95464D
RGB
CMYK
RGB Variations
Color information
#95464D (or 0x95464D) is known color: Solid Pink. HEX triplet: 95, 46 and 4D. RGB value is (149,70,77). Sum of RGB (Red+Green+Blue) = 149+70+77=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95464D is #6AB9B2. Grayscale: #5E5E5E. Windows color (decimal): -6994355 or 5064341. OLE color: 5064341.
HSL color Cylindrical-coordinate representation of color #95464D: hue angle of 354.68º 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 #95464D is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 77 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.42 |
| HSL | 354.68º | 0.36% | 0.43% | - |
| HSV(B) | 354.68º | 0.53% | 0.58% | - |
| XYZ | 15.92 | 11.31 | 8.36 | - |
| YUV | 94.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 77 | 0 | 0.53 | 0.48 | 0.42 | 354.68 | 0.36 | 0.43 |
| Hex | 95 | 46 | 4D | 0 | 35 | 30 | 2A | 163 | 24 | 2B |
| Octal | 225 | 106 | 115 | 0 | 65 | 60 | 52 | 543 | 44 | 53 |
| Binary | 10010101 | 1000110 | 1001101 | 0 | 110101 | 110000 | 101010 | 101100011 | 100100 | 101011 |
Color Harmonies of #95464D
Complementary color
Monochromatic Colors of #95464D
Black with #95464D
Text Example
Text Example
White with #95464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95464D; }
p { color: rgb(149,70,77); }
H1.HeaderClassName
{
color: #95464D;
}
.AnyTagClassName
{
color: #95464D;
}
</style>
background-color css
<style>
a { background-color: #95464D; }
a { background-color: rgb(149,70,77); }
div.DivClassName
{
background-color: #95464D;
}
.BgClassName
{
background-color: #95464D;
}
</style>
border-color css
<style>
span { border-color: #95464D; }
span { border-color: rgb(149,70,77); }
td.TdClassName
{
border-color: #95464D;
}
.TagClassName
{
border-color: #95464D;
}
</style>