Shades of Solid Pink #944C53
Tints of Solid Pink #944C53
RGB
CMYK
RGB Variations
Color information
#944C53 (or 0x944C53) is known color: Solid Pink. HEX triplet: 94, 4C and 53. RGB value is (148,76,83). Sum of RGB (Red+Green+Blue) = 148+76+83=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #944C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C53 is #6BB3AC. Grayscale: #626262. Windows color (decimal): -7058349 or 5459092. OLE color: 5459092.
HSL color Cylindrical-coordinate representation of color #944C53: hue angle of 354.17º 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 #944C53 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 83 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.42 |
| HSL | 354.17º | 0.32% | 0.44% | - |
| HSV(B) | 354.17º | 0.49% | 0.58% | - |
| XYZ | 16.36 | 12.09 | 9.65 | - |
| YUV | 98.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 83 | 0 | 0.49 | 0.44 | 0.42 | 354.17 | 0.32 | 0.44 |
| Hex | 94 | 4C | 53 | 0 | 31 | 2C | 2A | 162 | 20 | 2C |
| Octal | 224 | 114 | 123 | 0 | 61 | 54 | 52 | 542 | 40 | 54 |
| Binary | 10010100 | 1001100 | 1010011 | 0 | 110001 | 101100 | 101010 | 101100010 | 100000 | 101100 |
Color Harmonies of #944C53
Complementary color
Monochromatic Colors of #944C53
Black with #944C53
Text Example
Text Example
White with #944C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C53; }
p { color: rgb(148,76,83); }
H1.HeaderClassName
{
color: #944C53;
}
.AnyTagClassName
{
color: #944C53;
}
</style>
background-color css
<style>
a { background-color: #944C53; }
a { background-color: rgb(148,76,83); }
div.DivClassName
{
background-color: #944C53;
}
.BgClassName
{
background-color: #944C53;
}
</style>
border-color css
<style>
span { border-color: #944C53; }
span { border-color: rgb(148,76,83); }
td.TdClassName
{
border-color: #944C53;
}
.TagClassName
{
border-color: #944C53;
}
</style>