Shades of Solid Pink #944C4F
Tints of Solid Pink #944C4F
RGB
CMYK
RGB Variations
Color information
#944C4F (or 0x944C4F) is known color: Solid Pink. HEX triplet: 94, 4C and 4F. RGB value is (148,76,79). Sum of RGB (Red+Green+Blue) = 148+76+79=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #944C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C4F is #6BB3B0. Grayscale: #616161. Windows color (decimal): -7058353 or 5196948. OLE color: 5196948.
HSL color Cylindrical-coordinate representation of color #944C4F: hue angle of 357.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 #944C4F is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 79 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.42 |
| HSL | 357.5º | 0.32% | 0.44% | - |
| HSV(B) | 357.5º | 0.49% | 0.58% | - |
| XYZ | 16.21 | 12.03 | 8.86 | - |
| YUV | 97.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 79 | 0 | 0.49 | 0.47 | 0.42 | 357.5 | 0.32 | 0.44 |
| Hex | 94 | 4C | 4F | 0 | 31 | 2F | 2A | 166 | 20 | 2C |
| Octal | 224 | 114 | 117 | 0 | 61 | 57 | 52 | 546 | 40 | 54 |
| Binary | 10010100 | 1001100 | 1001111 | 0 | 110001 | 101111 | 101010 | 101100110 | 100000 | 101100 |
Color Harmonies of #944C4F
Complementary color
Monochromatic Colors of #944C4F
Black with #944C4F
Text Example
Text Example
White with #944C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C4F; }
p { color: rgb(148,76,79); }
H1.HeaderClassName
{
color: #944C4F;
}
.AnyTagClassName
{
color: #944C4F;
}
</style>
background-color css
<style>
a { background-color: #944C4F; }
a { background-color: rgb(148,76,79); }
div.DivClassName
{
background-color: #944C4F;
}
.BgClassName
{
background-color: #944C4F;
}
</style>
border-color css
<style>
span { border-color: #944C4F; }
span { border-color: rgb(148,76,79); }
td.TdClassName
{
border-color: #944C4F;
}
.TagClassName
{
border-color: #944C4F;
}
</style>