Shades of Solid Pink #954146
Tints of Solid Pink #954146
RGB
CMYK
RGB Variations
Color information
#954146 (or 0x954146) is known color: Solid Pink. HEX triplet: 95, 41 and 46. RGB value is (149,65,70). Sum of RGB (Red+Green+Blue) = 149+65+70=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #954146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954146 is #6ABEB9. Grayscale: #5A5A5A. Windows color (decimal): -6995642 or 4604309. OLE color: 4604309.
HSL color Cylindrical-coordinate representation of color #954146: hue angle of 356.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954146 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 70 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.42 |
| HSL | 356.43º | 0.39% | 0.42% | - |
| HSV(B) | 356.43º | 0.56% | 0.58% | - |
| XYZ | 15.39 | 10.61 | 7.03 | - |
| YUV | 90.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 70 | 0 | 0.56 | 0.53 | 0.42 | 356.43 | 0.39 | 0.42 |
| Hex | 95 | 41 | 46 | 0 | 38 | 35 | 2A | 164 | 27 | 2A |
| Octal | 225 | 101 | 106 | 0 | 70 | 65 | 52 | 544 | 47 | 52 |
| Binary | 10010101 | 1000001 | 1000110 | 0 | 111000 | 110101 | 101010 | 101100100 | 100111 | 101010 |
Color Harmonies of #954146
Complementary color
Monochromatic Colors of #954146
Black with #954146
Text Example
Text Example
White with #954146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954146; }
p { color: rgb(149,65,70); }
H1.HeaderClassName
{
color: #954146;
}
.AnyTagClassName
{
color: #954146;
}
</style>
background-color css
<style>
a { background-color: #954146; }
a { background-color: rgb(149,65,70); }
div.DivClassName
{
background-color: #954146;
}
.BgClassName
{
background-color: #954146;
}
</style>
border-color css
<style>
span { border-color: #954146; }
span { border-color: rgb(149,65,70); }
td.TdClassName
{
border-color: #954146;
}
.TagClassName
{
border-color: #954146;
}
</style>