Shades of Solid Pink #944C55
Tints of Solid Pink #944C55
RGB
CMYK
RGB Variations
Color information
#944C55 (or 0x944C55) is known color: Solid Pink. HEX triplet: 94, 4C and 55. RGB value is (148,76,85). Sum of RGB (Red+Green+Blue) = 148+76+85=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #944C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C55 is #6BB3AA. Grayscale: #626262. Windows color (decimal): -7058347 or 5590164. OLE color: 5590164.
HSL color Cylindrical-coordinate representation of color #944C55: hue angle of 352.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944C55 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 85 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.42 |
| HSL | 352.5º | 0.32% | 0.44% | - |
| HSV(B) | 352.5º | 0.49% | 0.58% | - |
| XYZ | 16.44 | 12.12 | 10.07 | - |
| YUV | 98.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 85 | 0 | 0.49 | 0.43 | 0.42 | 352.5 | 0.32 | 0.44 |
| Hex | 94 | 4C | 55 | 0 | 31 | 2B | 2A | 160 | 20 | 2C |
| Octal | 224 | 114 | 125 | 0 | 61 | 53 | 52 | 540 | 40 | 54 |
| Binary | 10010100 | 1001100 | 1010101 | 0 | 110001 | 101011 | 101010 | 101100000 | 100000 | 101100 |
Color Harmonies of #944C55
Complementary color
Monochromatic Colors of #944C55
Black with #944C55
Text Example
Text Example
White with #944C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C55; }
p { color: rgb(148,76,85); }
H1.HeaderClassName
{
color: #944C55;
}
.AnyTagClassName
{
color: #944C55;
}
</style>
background-color css
<style>
a { background-color: #944C55; }
a { background-color: rgb(148,76,85); }
div.DivClassName
{
background-color: #944C55;
}
.BgClassName
{
background-color: #944C55;
}
</style>
border-color css
<style>
span { border-color: #944C55; }
span { border-color: rgb(148,76,85); }
td.TdClassName
{
border-color: #944C55;
}
.TagClassName
{
border-color: #944C55;
}
</style>