Shades of Solid Pink #95474E
Tints of Solid Pink #95474E
RGB
CMYK
RGB Variations
Color information
#95474E (or 0x95474E) is known color: Solid Pink. HEX triplet: 95, 47 and 4E. RGB value is (149,71,78). Sum of RGB (Red+Green+Blue) = 149+71+78=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95474E is #6AB8B1. Grayscale: #5F5F5F. Windows color (decimal): -6994098 or 5130133. OLE color: 5130133.
HSL color Cylindrical-coordinate representation of color #95474E: hue angle of 354.62º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95474E is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 71 | 78 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.42 |
| HSL | 354.62º | 0.35% | 0.43% | - |
| HSV(B) | 354.62º | 0.52% | 0.58% | - |
| XYZ | 16.02 | 11.45 | 8.57 | - |
| YUV | 95.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 78 | 0 | 0.52 | 0.48 | 0.42 | 354.62 | 0.35 | 0.43 |
| Hex | 95 | 47 | 4E | 0 | 34 | 30 | 2A | 163 | 23 | 2B |
| Octal | 225 | 107 | 116 | 0 | 64 | 60 | 52 | 543 | 43 | 53 |
| Binary | 10010101 | 1000111 | 1001110 | 0 | 110100 | 110000 | 101010 | 101100011 | 100011 | 101011 |
Color Harmonies of #95474E
Complementary color
Monochromatic Colors of #95474E
Black with #95474E
Text Example
Text Example
White with #95474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95474E; }
p { color: rgb(149,71,78); }
H1.HeaderClassName
{
color: #95474E;
}
.AnyTagClassName
{
color: #95474E;
}
</style>
background-color css
<style>
a { background-color: #95474E; }
a { background-color: rgb(149,71,78); }
div.DivClassName
{
background-color: #95474E;
}
.BgClassName
{
background-color: #95474E;
}
</style>
border-color css
<style>
span { border-color: #95474E; }
span { border-color: rgb(149,71,78); }
td.TdClassName
{
border-color: #95474E;
}
.TagClassName
{
border-color: #95474E;
}
</style>