Shades of Solid Pink #8C5354
Tints of Solid Pink #8C5354
RGB
CMYK
RGB Variations
Color information
#8C5354 (or 0x8C5354) is known color: Solid Pink. HEX triplet: 8C, 53 and 54. RGB value is (140,83,84). Sum of RGB (Red+Green+Blue) = 140+83+84=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5354 is #73ACAB. Grayscale: #646464. Windows color (decimal): -7580844 or 5526412. OLE color: 5526412.
HSL color Cylindrical-coordinate representation of color #8C5354: hue angle of 358.95º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5354 is Cyan = 0, Magento = 0.41, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 84 | - |
| CMYK | 0 | 0.41 | 0.4 | 0.45 |
| HSL | 358.95º | 0.26% | 0.44% | - |
| HSV(B) | 358.95º | 0.41% | 0.55% | - |
| XYZ | 15.51 | 12.4 | 9.96 | - |
| YUV | 100.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 84 | 0 | 0.41 | 0.4 | 0.45 | 358.95 | 0.26 | 0.44 |
| Hex | 8C | 53 | 54 | 0 | 29 | 28 | 2D | 167 | 1A | 2C |
| Octal | 214 | 123 | 124 | 0 | 51 | 50 | 55 | 547 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1010100 | 0 | 101001 | 101000 | 101101 | 101100111 | 11010 | 101100 |
Color Harmonies of #8C5354
Complementary color
Monochromatic Colors of #8C5354
Black with #8C5354
Text Example
Text Example
White with #8C5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5354; }
p { color: rgb(140,83,84); }
H1.HeaderClassName
{
color: #8C5354;
}
.AnyTagClassName
{
color: #8C5354;
}
</style>
background-color css
<style>
a { background-color: #8C5354; }
a { background-color: rgb(140,83,84); }
div.DivClassName
{
background-color: #8C5354;
}
.BgClassName
{
background-color: #8C5354;
}
</style>
border-color css
<style>
span { border-color: #8C5354; }
span { border-color: rgb(140,83,84); }
td.TdClassName
{
border-color: #8C5354;
}
.TagClassName
{
border-color: #8C5354;
}
</style>