Shades of Solid Pink #8C474E
Tints of Solid Pink #8C474E
RGB
CMYK
RGB Variations
Color information
#8C474E (or 0x8C474E) is known color: Solid Pink. HEX triplet: 8C, 47 and 4E. RGB value is (140,71,78). Sum of RGB (Red+Green+Blue) = 140+71+78=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C474E is #73B8B1. Grayscale: #5C5C5C. Windows color (decimal): -7583922 or 5130124. OLE color: 5130124.
HSL color Cylindrical-coordinate representation of color #8C474E: hue angle of 353.91º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C474E is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 78 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.45 |
| HSL | 353.91º | 0.33% | 0.41% | - |
| HSV(B) | 353.91º | 0.49% | 0.55% | - |
| XYZ | 14.44 | 10.63 | 8.5 | - |
| YUV | 92.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 78 | 0 | 0.49 | 0.44 | 0.45 | 353.91 | 0.33 | 0.41 |
| Hex | 8C | 47 | 4E | 0 | 31 | 2C | 2D | 162 | 21 | 29 |
| Octal | 214 | 107 | 116 | 0 | 61 | 54 | 55 | 542 | 41 | 51 |
| Binary | 10001100 | 1000111 | 1001110 | 0 | 110001 | 101100 | 101101 | 101100010 | 100001 | 101001 |
Color Harmonies of #8C474E
Complementary color
Monochromatic Colors of #8C474E
Black with #8C474E
Text Example
Text Example
White with #8C474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C474E; }
p { color: rgb(140,71,78); }
H1.HeaderClassName
{
color: #8C474E;
}
.AnyTagClassName
{
color: #8C474E;
}
</style>
background-color css
<style>
a { background-color: #8C474E; }
a { background-color: rgb(140,71,78); }
div.DivClassName
{
background-color: #8C474E;
}
.BgClassName
{
background-color: #8C474E;
}
</style>
border-color css
<style>
span { border-color: #8C474E; }
span { border-color: rgb(140,71,78); }
td.TdClassName
{
border-color: #8C474E;
}
.TagClassName
{
border-color: #8C474E;
}
</style>