Shades of Solid Pink #8C4955
Tints of Solid Pink #8C4955
RGB
CMYK
RGB Variations
Color information
#8C4955 (or 0x8C4955) is known color: Solid Pink. HEX triplet: 8C, 49 and 55. RGB value is (140,73,85). Sum of RGB (Red+Green+Blue) = 140+73+85=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4955 is #73B6AA. Grayscale: #5E5E5E. Windows color (decimal): -7583403 or 5589388. OLE color: 5589388.
HSL color Cylindrical-coordinate representation of color #8C4955: hue angle of 349.25º 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 #8C4955 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 85 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.45 |
| HSL | 349.25º | 0.31% | 0.42% | - |
| HSV(B) | 349.25º | 0.48% | 0.55% | - |
| XYZ | 14.84 | 11 | 9.93 | - |
| YUV | 94.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 85 | 0 | 0.48 | 0.39 | 0.45 | 349.25 | 0.31 | 0.42 |
| Hex | 8C | 49 | 55 | 0 | 30 | 27 | 2D | 15D | 1F | 2A |
| Octal | 214 | 111 | 125 | 0 | 60 | 47 | 55 | 535 | 37 | 52 |
| Binary | 10001100 | 1001001 | 1010101 | 0 | 110000 | 100111 | 101101 | 101011101 | 11111 | 101010 |
Color Harmonies of #8C4955
Complementary color
Monochromatic Colors of #8C4955
Black with #8C4955
Text Example
Text Example
White with #8C4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4955; }
p { color: rgb(140,73,85); }
H1.HeaderClassName
{
color: #8C4955;
}
.AnyTagClassName
{
color: #8C4955;
}
</style>
background-color css
<style>
a { background-color: #8C4955; }
a { background-color: rgb(140,73,85); }
div.DivClassName
{
background-color: #8C4955;
}
.BgClassName
{
background-color: #8C4955;
}
</style>
border-color css
<style>
span { border-color: #8C4955; }
span { border-color: rgb(140,73,85); }
td.TdClassName
{
border-color: #8C4955;
}
.TagClassName
{
border-color: #8C4955;
}
</style>