Shades of Solid Pink #994C4E
Tints of Solid Pink #994C4E
RGB
CMYK
RGB Variations
Color information
#994C4E (or 0x994C4E) is known color: Solid Pink. HEX triplet: 99, 4C and 4E. RGB value is (153,76,78). Sum of RGB (Red+Green+Blue) = 153+76+78=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #994C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C4E is #66B3B1. Grayscale: #636363. Windows color (decimal): -6730674 or 5131417. OLE color: 5131417.
HSL color Cylindrical-coordinate representation of color #994C4E: hue angle of 358.44º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C4E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 78 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.4 |
| HSL | 358.44º | 0.34% | 0.45% | - |
| HSV(B) | 358.44º | 0.5% | 0.6% | - |
| XYZ | 17.1 | 12.49 | 8.72 | - |
| YUV | 99.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 78 | 0 | 0.50 | 0.49 | 0.4 | 358.44 | 0.34 | 0.45 |
| Hex | 99 | 4C | 4E | 0 | 32 | 31 | 28 | 166 | 22 | 2D |
| Octal | 231 | 114 | 116 | 0 | 62 | 61 | 50 | 546 | 42 | 55 |
| Binary | 10011001 | 1001100 | 1001110 | 0 | 110010 | 110001 | 101000 | 101100110 | 100010 | 101101 |
Color Harmonies of #994C4E
Complementary color
Monochromatic Colors of #994C4E
Black with #994C4E
Text Example
Text Example
White with #994C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C4E; }
p { color: rgb(153,76,78); }
H1.HeaderClassName
{
color: #994C4E;
}
.AnyTagClassName
{
color: #994C4E;
}
</style>
background-color css
<style>
a { background-color: #994C4E; }
a { background-color: rgb(153,76,78); }
div.DivClassName
{
background-color: #994C4E;
}
.BgClassName
{
background-color: #994C4E;
}
</style>
border-color css
<style>
span { border-color: #994C4E; }
span { border-color: rgb(153,76,78); }
td.TdClassName
{
border-color: #994C4E;
}
.TagClassName
{
border-color: #994C4E;
}
</style>