Shades of Solid Pink #954B54
Tints of Solid Pink #954B54
RGB
CMYK
RGB Variations
Color information
#954B54 (or 0x954B54) is known color: Solid Pink. HEX triplet: 95, 4B and 54. RGB value is (149,75,84). Sum of RGB (Red+Green+Blue) = 149+75+84=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #954B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B54 is #6AB4AB. Grayscale: #626262. Windows color (decimal): -6993068 or 5524373. OLE color: 5524373.
HSL color Cylindrical-coordinate representation of color #954B54: hue angle of 352.7º degrees, saturation: 0.33, 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 #954B54 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 84 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.42 |
| HSL | 352.7º | 0.33% | 0.44% | - |
| HSV(B) | 352.7º | 0.5% | 0.58% | - |
| XYZ | 16.51 | 12.06 | 9.85 | - |
| YUV | 98.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 84 | 0 | 0.50 | 0.44 | 0.42 | 352.7 | 0.33 | 0.44 |
| Hex | 95 | 4B | 54 | 0 | 32 | 2C | 2A | 161 | 21 | 2C |
| Octal | 225 | 113 | 124 | 0 | 62 | 54 | 52 | 541 | 41 | 54 |
| Binary | 10010101 | 1001011 | 1010100 | 0 | 110010 | 101100 | 101010 | 101100001 | 100001 | 101100 |
Color Harmonies of #954B54
Complementary color
Monochromatic Colors of #954B54
Black with #954B54
Text Example
Text Example
White with #954B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B54; }
p { color: rgb(149,75,84); }
H1.HeaderClassName
{
color: #954B54;
}
.AnyTagClassName
{
color: #954B54;
}
</style>
background-color css
<style>
a { background-color: #954B54; }
a { background-color: rgb(149,75,84); }
div.DivClassName
{
background-color: #954B54;
}
.BgClassName
{
background-color: #954B54;
}
</style>
border-color css
<style>
span { border-color: #954B54; }
span { border-color: rgb(149,75,84); }
td.TdClassName
{
border-color: #954B54;
}
.TagClassName
{
border-color: #954B54;
}
</style>