Shades of Solid Pink #8C494B
Tints of Solid Pink #8C494B
RGB
CMYK
RGB Variations
Color information
#8C494B (or 0x8C494B) is known color: Solid Pink. HEX triplet: 8C, 49 and 4B. RGB value is (140,73,75). Sum of RGB (Red+Green+Blue) = 140+73+75=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C494B is #73B6B4. Grayscale: #5D5D5D. Windows color (decimal): -7583413 or 4934028. OLE color: 4934028.
HSL color Cylindrical-coordinate representation of color #8C494B: hue angle of 358.21º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C494B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 75 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.45 |
| HSL | 358.21º | 0.31% | 0.42% | - |
| HSV(B) | 358.21º | 0.48% | 0.55% | - |
| XYZ | 14.47 | 10.85 | 7.99 | - |
| YUV | 93.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 75 | 0 | 0.48 | 0.46 | 0.45 | 358.21 | 0.31 | 0.42 |
| Hex | 8C | 49 | 4B | 0 | 30 | 2E | 2D | 166 | 1F | 2A |
| Octal | 214 | 111 | 113 | 0 | 60 | 56 | 55 | 546 | 37 | 52 |
| Binary | 10001100 | 1001001 | 1001011 | 0 | 110000 | 101110 | 101101 | 101100110 | 11111 | 101010 |
Color Harmonies of #8C494B
Complementary color
Monochromatic Colors of #8C494B
Black with #8C494B
Text Example
Text Example
White with #8C494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C494B; }
p { color: rgb(140,73,75); }
H1.HeaderClassName
{
color: #8C494B;
}
.AnyTagClassName
{
color: #8C494B;
}
</style>
background-color css
<style>
a { background-color: #8C494B; }
a { background-color: rgb(140,73,75); }
div.DivClassName
{
background-color: #8C494B;
}
.BgClassName
{
background-color: #8C494B;
}
</style>
border-color css
<style>
span { border-color: #8C494B; }
span { border-color: rgb(140,73,75); }
td.TdClassName
{
border-color: #8C494B;
}
.TagClassName
{
border-color: #8C494B;
}
</style>