Shades of Solid Pink #8C484F
Tints of Solid Pink #8C484F
RGB
CMYK
RGB Variations
Color information
#8C484F (or 0x8C484F) is known color: Solid Pink. HEX triplet: 8C, 48 and 4F. RGB value is (140,72,79). Sum of RGB (Red+Green+Blue) = 140+72+79=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C484F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C484F is #73B7B0. Grayscale: #5D5D5D. Windows color (decimal): -7583665 or 5195916. OLE color: 5195916.
HSL color Cylindrical-coordinate representation of color #8C484F: hue angle of 353.82º 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 #8C484F is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 79 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.45 |
| HSL | 353.82º | 0.32% | 0.42% | - |
| HSV(B) | 353.82º | 0.49% | 0.55% | - |
| XYZ | 14.54 | 10.77 | 8.71 | - |
| YUV | 93.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 79 | 0 | 0.49 | 0.44 | 0.45 | 353.82 | 0.32 | 0.42 |
| Hex | 8C | 48 | 4F | 0 | 31 | 2C | 2D | 162 | 20 | 2A |
| Octal | 214 | 110 | 117 | 0 | 61 | 54 | 55 | 542 | 40 | 52 |
| Binary | 10001100 | 1001000 | 1001111 | 0 | 110001 | 101100 | 101101 | 101100010 | 100000 | 101010 |
Color Harmonies of #8C484F
Complementary color
Monochromatic Colors of #8C484F
Black with #8C484F
Text Example
Text Example
White with #8C484F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C484F; }
p { color: rgb(140,72,79); }
H1.HeaderClassName
{
color: #8C484F;
}
.AnyTagClassName
{
color: #8C484F;
}
</style>
background-color css
<style>
a { background-color: #8C484F; }
a { background-color: rgb(140,72,79); }
div.DivClassName
{
background-color: #8C484F;
}
.BgClassName
{
background-color: #8C484F;
}
</style>
border-color css
<style>
span { border-color: #8C484F; }
span { border-color: rgb(140,72,79); }
td.TdClassName
{
border-color: #8C484F;
}
.TagClassName
{
border-color: #8C484F;
}
</style>