Shades of Solid Pink #944F55
Tints of Solid Pink #944F55
RGB
CMYK
RGB Variations
Color information
#944F55 (or 0x944F55) is known color: Solid Pink. HEX triplet: 94, 4F and 55. RGB value is (148,79,85). Sum of RGB (Red+Green+Blue) = 148+79+85=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #944F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F55 is #6BB0AA. Grayscale: #646464. Windows color (decimal): -7057579 or 5590932. OLE color: 5590932.
HSL color Cylindrical-coordinate representation of color #944F55: hue angle of 354.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944F55 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 85 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.42 |
| HSL | 354.78º | 0.3% | 0.45% | - |
| HSV(B) | 354.78º | 0.47% | 0.58% | - |
| XYZ | 16.65 | 12.54 | 10.14 | - |
| YUV | 100.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 85 | 0 | 0.47 | 0.43 | 0.42 | 354.78 | 0.3 | 0.45 |
| Hex | 94 | 4F | 55 | 0 | 2F | 2B | 2A | 163 | 1E | 2D |
| Octal | 224 | 117 | 125 | 0 | 57 | 53 | 52 | 543 | 36 | 55 |
| Binary | 10010100 | 1001111 | 1010101 | 0 | 101111 | 101011 | 101010 | 101100011 | 11110 | 101101 |
Color Harmonies of #944F55
Complementary color
Monochromatic Colors of #944F55
Black with #944F55
Text Example
Text Example
White with #944F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F55; }
p { color: rgb(148,79,85); }
H1.HeaderClassName
{
color: #944F55;
}
.AnyTagClassName
{
color: #944F55;
}
</style>
background-color css
<style>
a { background-color: #944F55; }
a { background-color: rgb(148,79,85); }
div.DivClassName
{
background-color: #944F55;
}
.BgClassName
{
background-color: #944F55;
}
</style>
border-color css
<style>
span { border-color: #944F55; }
span { border-color: rgb(148,79,85); }
td.TdClassName
{
border-color: #944F55;
}
.TagClassName
{
border-color: #944F55;
}
</style>