Shades of Solid Pink #9A4C4E
Tints of Solid Pink #9A4C4E
RGB
CMYK
RGB Variations
Color information
#9A4C4E (or 0x9A4C4E) is known color: Solid Pink. HEX triplet: 9A, 4C and 4E. RGB value is (154,76,78). Sum of RGB (Red+Green+Blue) = 154+76+78=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4C4E is #65B3B1. Grayscale: #636363. Windows color (decimal): -6665138 or 5131418. OLE color: 5131418.
HSL color Cylindrical-coordinate representation of color #9A4C4E: hue angle of 358.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A4C4E is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 76 | 78 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.40 |
| HSL | 358.46º | 0.34% | 0.45% | - |
| HSV(B) | 358.46º | 0.51% | 0.6% | - |
| XYZ | 17.29 | 12.59 | 8.73 | - |
| YUV | 99.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 78 | 0 | 0.51 | 0.49 | 0.40 | 358.46 | 0.34 | 0.45 |
| Hex | 9A | 4C | 4E | 0 | 33 | 31 | 28 | 166 | 22 | 2D |
| Octal | 232 | 114 | 116 | 0 | 63 | 61 | 50 | 546 | 42 | 55 |
| Binary | 10011010 | 1001100 | 1001110 | 0 | 110011 | 110001 | 101000 | 101100110 | 100010 | 101101 |
Color Harmonies of #9A4C4E
Complementary color
Monochromatic Colors of #9A4C4E
Black with #9A4C4E
Text Example
Text Example
White with #9A4C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4C4E; }
p { color: rgb(154,76,78); }
H1.HeaderClassName
{
color: #9A4C4E;
}
.AnyTagClassName
{
color: #9A4C4E;
}
</style>
background-color css
<style>
a { background-color: #9A4C4E; }
a { background-color: rgb(154,76,78); }
div.DivClassName
{
background-color: #9A4C4E;
}
.BgClassName
{
background-color: #9A4C4E;
}
</style>
border-color css
<style>
span { border-color: #9A4C4E; }
span { border-color: rgb(154,76,78); }
td.TdClassName
{
border-color: #9A4C4E;
}
.TagClassName
{
border-color: #9A4C4E;
}
</style>