Shades of Solid Pink #8C484D
Tints of Solid Pink #8C484D
RGB
CMYK
RGB Variations
Color information
#8C484D (or 0x8C484D) is known color: Solid Pink. HEX triplet: 8C, 48 and 4D. RGB value is (140,72,77). Sum of RGB (Red+Green+Blue) = 140+72+77=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C484D is #73B7B2. Grayscale: #5C5C5C. Windows color (decimal): -7583667 or 5064844. OLE color: 5064844.
HSL color Cylindrical-coordinate representation of color #8C484D: hue angle of 355.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C484D is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 77 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.45 |
| HSL | 355.59º | 0.32% | 0.42% | - |
| HSV(B) | 355.59º | 0.49% | 0.55% | - |
| XYZ | 14.47 | 10.75 | 8.33 | - |
| YUV | 92.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 77 | 0 | 0.49 | 0.45 | 0.45 | 355.59 | 0.32 | 0.42 |
| Hex | 8C | 48 | 4D | 0 | 31 | 2D | 2D | 164 | 20 | 2A |
| Octal | 214 | 110 | 115 | 0 | 61 | 55 | 55 | 544 | 40 | 52 |
| Binary | 10001100 | 1001000 | 1001101 | 0 | 110001 | 101101 | 101101 | 101100100 | 100000 | 101010 |
Color Harmonies of #8C484D
Complementary color
Monochromatic Colors of #8C484D
Black with #8C484D
Text Example
Text Example
White with #8C484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C484D; }
p { color: rgb(140,72,77); }
H1.HeaderClassName
{
color: #8C484D;
}
.AnyTagClassName
{
color: #8C484D;
}
</style>
background-color css
<style>
a { background-color: #8C484D; }
a { background-color: rgb(140,72,77); }
div.DivClassName
{
background-color: #8C484D;
}
.BgClassName
{
background-color: #8C484D;
}
</style>
border-color css
<style>
span { border-color: #8C484D; }
span { border-color: rgb(140,72,77); }
td.TdClassName
{
border-color: #8C484D;
}
.TagClassName
{
border-color: #8C484D;
}
</style>