Shades of Solid Pink #944C4E
Tints of Solid Pink #944C4E
RGB
CMYK
RGB Variations
Color information
#944C4E (or 0x944C4E) is known color: Solid Pink. HEX triplet: 94, 4C and 4E. RGB value is (148,76,78). Sum of RGB (Red+Green+Blue) = 148+76+78=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #944C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C4E is #6BB3B1. Grayscale: #616161. Windows color (decimal): -7058354 or 5131412. OLE color: 5131412.
HSL color Cylindrical-coordinate representation of color #944C4E: hue angle of 358.33º 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 #944C4E is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 78 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.42 |
| HSL | 358.33º | 0.32% | 0.44% | - |
| HSV(B) | 358.33º | 0.49% | 0.58% | - |
| XYZ | 16.17 | 12.01 | 8.67 | - |
| YUV | 97.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 78 | 0 | 0.49 | 0.47 | 0.42 | 358.33 | 0.32 | 0.44 |
| Hex | 94 | 4C | 4E | 0 | 31 | 2F | 2A | 166 | 20 | 2C |
| Octal | 224 | 114 | 116 | 0 | 61 | 57 | 52 | 546 | 40 | 54 |
| Binary | 10010100 | 1001100 | 1001110 | 0 | 110001 | 101111 | 101010 | 101100110 | 100000 | 101100 |
Color Harmonies of #944C4E
Complementary color
Monochromatic Colors of #944C4E
Black with #944C4E
Text Example
Text Example
White with #944C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C4E; }
p { color: rgb(148,76,78); }
H1.HeaderClassName
{
color: #944C4E;
}
.AnyTagClassName
{
color: #944C4E;
}
</style>
background-color css
<style>
a { background-color: #944C4E; }
a { background-color: rgb(148,76,78); }
div.DivClassName
{
background-color: #944C4E;
}
.BgClassName
{
background-color: #944C4E;
}
</style>
border-color css
<style>
span { border-color: #944C4E; }
span { border-color: rgb(148,76,78); }
td.TdClassName
{
border-color: #944C4E;
}
.TagClassName
{
border-color: #944C4E;
}
</style>