Shades of Solid Pink #954346
Tints of Solid Pink #954346
RGB
CMYK
RGB Variations
Color information
#954346 (or 0x954346) is known color: Solid Pink. HEX triplet: 95, 43 and 46. RGB value is (149,67,70). Sum of RGB (Red+Green+Blue) = 149+67+70=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #954346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954346 is #6ABCB9. Grayscale: #5B5B5B. Windows color (decimal): -6995130 or 4604821. OLE color: 4604821.
HSL color Cylindrical-coordinate representation of color #954346: hue angle of 357.8º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954346 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 70 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.42 |
| HSL | 357.8º | 0.38% | 0.42% | - |
| HSV(B) | 357.8º | 0.55% | 0.58% | - |
| XYZ | 15.51 | 10.85 | 7.07 | - |
| YUV | 91.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 70 | 0 | 0.55 | 0.53 | 0.42 | 357.8 | 0.38 | 0.42 |
| Hex | 95 | 43 | 46 | 0 | 37 | 35 | 2A | 166 | 26 | 2A |
| Octal | 225 | 103 | 106 | 0 | 67 | 65 | 52 | 546 | 46 | 52 |
| Binary | 10010101 | 1000011 | 1000110 | 0 | 110111 | 110101 | 101010 | 101100110 | 100110 | 101010 |
Color Harmonies of #954346
Complementary color
Monochromatic Colors of #954346
Black with #954346
Text Example
Text Example
White with #954346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954346; }
p { color: rgb(149,67,70); }
H1.HeaderClassName
{
color: #954346;
}
.AnyTagClassName
{
color: #954346;
}
</style>
background-color css
<style>
a { background-color: #954346; }
a { background-color: rgb(149,67,70); }
div.DivClassName
{
background-color: #954346;
}
.BgClassName
{
background-color: #954346;
}
</style>
border-color css
<style>
span { border-color: #954346; }
span { border-color: rgb(149,67,70); }
td.TdClassName
{
border-color: #954346;
}
.TagClassName
{
border-color: #954346;
}
</style>