Shades of Solid Pink #8C424A
Tints of Solid Pink #8C424A
RGB
CMYK
RGB Variations
Color information
#8C424A (or 0x8C424A) is known color: Solid Pink. HEX triplet: 8C, 42 and 4A. RGB value is (140,66,74). Sum of RGB (Red+Green+Blue) = 140+66+74=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C424A is #73BDB5. Grayscale: #595959. Windows color (decimal): -7585206 or 4866700. OLE color: 4866700.
HSL color Cylindrical-coordinate representation of color #8C424A: hue angle of 353.51º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C424A is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 74 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.45 |
| HSL | 353.51º | 0.36% | 0.4% | - |
| HSV(B) | 353.51º | 0.53% | 0.55% | - |
| XYZ | 14 | 9.97 | 7.66 | - |
| YUV | 89.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 74 | 0 | 0.53 | 0.47 | 0.45 | 353.51 | 0.36 | 0.4 |
| Hex | 8C | 42 | 4A | 0 | 35 | 2F | 2D | 162 | 24 | 28 |
| Octal | 214 | 102 | 112 | 0 | 65 | 57 | 55 | 542 | 44 | 50 |
| Binary | 10001100 | 1000010 | 1001010 | 0 | 110101 | 101111 | 101101 | 101100010 | 100100 | 101000 |
Color Harmonies of #8C424A
Complementary color
Monochromatic Colors of #8C424A
Black with #8C424A
Text Example
Text Example
White with #8C424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C424A; }
p { color: rgb(140,66,74); }
H1.HeaderClassName
{
color: #8C424A;
}
.AnyTagClassName
{
color: #8C424A;
}
</style>
background-color css
<style>
a { background-color: #8C424A; }
a { background-color: rgb(140,66,74); }
div.DivClassName
{
background-color: #8C424A;
}
.BgClassName
{
background-color: #8C424A;
}
</style>
border-color css
<style>
span { border-color: #8C424A; }
span { border-color: rgb(140,66,74); }
td.TdClassName
{
border-color: #8C424A;
}
.TagClassName
{
border-color: #8C424A;
}
</style>