Shades of Solid Pink #8C494A
Tints of Solid Pink #8C494A
RGB
CMYK
RGB Variations
Color information
#8C494A (or 0x8C494A) is known color: Solid Pink. HEX triplet: 8C, 49 and 4A. RGB value is (140,73,74). Sum of RGB (Red+Green+Blue) = 140+73+74=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C494A is #73B6B5. Grayscale: #5D5D5D. Windows color (decimal): -7583414 or 4868492. OLE color: 4868492.
HSL color Cylindrical-coordinate representation of color #8C494A: hue angle of 359.1º 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 #8C494A is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 74 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.45 |
| HSL | 359.1º | 0.31% | 0.42% | - |
| HSV(B) | 359.1º | 0.48% | 0.55% | - |
| XYZ | 14.43 | 10.83 | 7.81 | - |
| YUV | 93.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 74 | 0 | 0.48 | 0.47 | 0.45 | 359.1 | 0.31 | 0.42 |
| Hex | 8C | 49 | 4A | 0 | 30 | 2F | 2D | 167 | 1F | 2A |
| Octal | 214 | 111 | 112 | 0 | 60 | 57 | 55 | 547 | 37 | 52 |
| Binary | 10001100 | 1001001 | 1001010 | 0 | 110000 | 101111 | 101101 | 101100111 | 11111 | 101010 |
Color Harmonies of #8C494A
Complementary color
Monochromatic Colors of #8C494A
Black with #8C494A
Text Example
Text Example
White with #8C494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C494A; }
p { color: rgb(140,73,74); }
H1.HeaderClassName
{
color: #8C494A;
}
.AnyTagClassName
{
color: #8C494A;
}
</style>
background-color css
<style>
a { background-color: #8C494A; }
a { background-color: rgb(140,73,74); }
div.DivClassName
{
background-color: #8C494A;
}
.BgClassName
{
background-color: #8C494A;
}
</style>
border-color css
<style>
span { border-color: #8C494A; }
span { border-color: rgb(140,73,74); }
td.TdClassName
{
border-color: #8C494A;
}
.TagClassName
{
border-color: #8C494A;
}
</style>