Shades of Solid Pink #8C4B54
Tints of Solid Pink #8C4B54
RGB
CMYK
RGB Variations
Color information
#8C4B54 (or 0x8C4B54) is known color: Solid Pink. HEX triplet: 8C, 4B and 54. RGB value is (140,75,84). Sum of RGB (Red+Green+Blue) = 140+75+84=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4B54 is #73B4AB. Grayscale: #5F5F5F. Windows color (decimal): -7582892 or 5524364. OLE color: 5524364.
HSL color Cylindrical-coordinate representation of color #8C4B54: hue angle of 351.69º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4B54 is Cyan = 0, Magento = 0.46, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 84 | - |
| CMYK | 0 | 0.46 | 0.4 | 0.45 |
| HSL | 351.69º | 0.3% | 0.42% | - |
| HSV(B) | 351.69º | 0.46% | 0.55% | - |
| XYZ | 14.93 | 11.25 | 9.77 | - |
| YUV | 95.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 84 | 0 | 0.46 | 0.4 | 0.45 | 351.69 | 0.3 | 0.42 |
| Hex | 8C | 4B | 54 | 0 | 2E | 28 | 2D | 160 | 1E | 2A |
| Octal | 214 | 113 | 124 | 0 | 56 | 50 | 55 | 540 | 36 | 52 |
| Binary | 10001100 | 1001011 | 1010100 | 0 | 101110 | 101000 | 101101 | 101100000 | 11110 | 101010 |
Color Harmonies of #8C4B54
Complementary color
Monochromatic Colors of #8C4B54
Black with #8C4B54
Text Example
Text Example
White with #8C4B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B54; }
p { color: rgb(140,75,84); }
H1.HeaderClassName
{
color: #8C4B54;
}
.AnyTagClassName
{
color: #8C4B54;
}
</style>
background-color css
<style>
a { background-color: #8C4B54; }
a { background-color: rgb(140,75,84); }
div.DivClassName
{
background-color: #8C4B54;
}
.BgClassName
{
background-color: #8C4B54;
}
</style>
border-color css
<style>
span { border-color: #8C4B54; }
span { border-color: rgb(140,75,84); }
td.TdClassName
{
border-color: #8C4B54;
}
.TagClassName
{
border-color: #8C4B54;
}
</style>