Shades of Solid Pink #955154
Tints of Solid Pink #955154
RGB
CMYK
RGB Variations
Color information
#955154 (or 0x955154) is known color: Solid Pink. HEX triplet: 95, 51 and 54. RGB value is (149,81,84). Sum of RGB (Red+Green+Blue) = 149+81+84=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #955154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955154 is #6AAEAB. Grayscale: #656565. Windows color (decimal): -6991532 or 5525909. OLE color: 5525909.
HSL color Cylindrical-coordinate representation of color #955154: hue angle of 357.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955154 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 84 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.42 |
| HSL | 357.35º | 0.3% | 0.45% | - |
| HSV(B) | 357.35º | 0.46% | 0.58% | - |
| XYZ | 16.94 | 12.91 | 9.99 | - |
| YUV | 101.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 84 | 0 | 0.46 | 0.44 | 0.42 | 357.35 | 0.3 | 0.45 |
| Hex | 95 | 51 | 54 | 0 | 2E | 2C | 2A | 165 | 1E | 2D |
| Octal | 225 | 121 | 124 | 0 | 56 | 54 | 52 | 545 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1010100 | 0 | 101110 | 101100 | 101010 | 101100101 | 11110 | 101101 |
Color Harmonies of #955154
Complementary color
Monochromatic Colors of #955154
Black with #955154
Text Example
Text Example
White with #955154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955154; }
p { color: rgb(149,81,84); }
H1.HeaderClassName
{
color: #955154;
}
.AnyTagClassName
{
color: #955154;
}
</style>
background-color css
<style>
a { background-color: #955154; }
a { background-color: rgb(149,81,84); }
div.DivClassName
{
background-color: #955154;
}
.BgClassName
{
background-color: #955154;
}
</style>
border-color css
<style>
span { border-color: #955154; }
span { border-color: rgb(149,81,84); }
td.TdClassName
{
border-color: #955154;
}
.TagClassName
{
border-color: #955154;
}
</style>