Shades of Solid Pink #8C474F
Tints of Solid Pink #8C474F
RGB
CMYK
RGB Variations
Color information
#8C474F (or 0x8C474F) is known color: Solid Pink. HEX triplet: 8C, 47 and 4F. RGB value is (140,71,79). Sum of RGB (Red+Green+Blue) = 140+71+79=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C474F is #73B8B0. Grayscale: #5C5C5C. Windows color (decimal): -7583921 or 5195660. OLE color: 5195660.
HSL color Cylindrical-coordinate representation of color #8C474F: hue angle of 353.04º 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 #8C474F is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 79 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.45 |
| HSL | 353.04º | 0.33% | 0.41% | - |
| HSV(B) | 353.04º | 0.49% | 0.55% | - |
| XYZ | 14.48 | 10.65 | 8.69 | - |
| YUV | 92.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 79 | 0 | 0.49 | 0.44 | 0.45 | 353.04 | 0.33 | 0.41 |
| Hex | 8C | 47 | 4F | 0 | 31 | 2C | 2D | 161 | 21 | 29 |
| Octal | 214 | 107 | 117 | 0 | 61 | 54 | 55 | 541 | 41 | 51 |
| Binary | 10001100 | 1000111 | 1001111 | 0 | 110001 | 101100 | 101101 | 101100001 | 100001 | 101001 |
Color Harmonies of #8C474F
Complementary color
Monochromatic Colors of #8C474F
Black with #8C474F
Text Example
Text Example
White with #8C474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C474F; }
p { color: rgb(140,71,79); }
H1.HeaderClassName
{
color: #8C474F;
}
.AnyTagClassName
{
color: #8C474F;
}
</style>
background-color css
<style>
a { background-color: #8C474F; }
a { background-color: rgb(140,71,79); }
div.DivClassName
{
background-color: #8C474F;
}
.BgClassName
{
background-color: #8C474F;
}
</style>
border-color css
<style>
span { border-color: #8C474F; }
span { border-color: rgb(140,71,79); }
td.TdClassName
{
border-color: #8C474F;
}
.TagClassName
{
border-color: #8C474F;
}
</style>