Shades of Solid Pink #8C5357
Tints of Solid Pink #8C5357
RGB
CMYK
RGB Variations
Color information
#8C5357 (or 0x8C5357) is known color: Solid Pink. HEX triplet: 8C, 53 and 57. RGB value is (140,83,87). Sum of RGB (Red+Green+Blue) = 140+83+87=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5357 is #73ACA8. Grayscale: #646464. Windows color (decimal): -7580841 or 5723020. OLE color: 5723020.
HSL color Cylindrical-coordinate representation of color #8C5357: hue angle of 355.79º 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 #8C5357 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 87 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.45 |
| HSL | 355.79º | 0.26% | 0.44% | - |
| HSV(B) | 355.79º | 0.41% | 0.55% | - |
| XYZ | 15.63 | 12.45 | 10.6 | - |
| YUV | 100.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 87 | 0 | 0.41 | 0.38 | 0.45 | 355.79 | 0.26 | 0.44 |
| Hex | 8C | 53 | 57 | 0 | 29 | 26 | 2D | 164 | 1A | 2C |
| Octal | 214 | 123 | 127 | 0 | 51 | 46 | 55 | 544 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1010111 | 0 | 101001 | 100110 | 101101 | 101100100 | 11010 | 101100 |
Color Harmonies of #8C5357
Complementary color
Monochromatic Colors of #8C5357
Black with #8C5357
Text Example
Text Example
White with #8C5357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5357; }
p { color: rgb(140,83,87); }
H1.HeaderClassName
{
color: #8C5357;
}
.AnyTagClassName
{
color: #8C5357;
}
</style>
background-color css
<style>
a { background-color: #8C5357; }
a { background-color: rgb(140,83,87); }
div.DivClassName
{
background-color: #8C5357;
}
.BgClassName
{
background-color: #8C5357;
}
</style>
border-color css
<style>
span { border-color: #8C5357; }
span { border-color: rgb(140,83,87); }
td.TdClassName
{
border-color: #8C5357;
}
.TagClassName
{
border-color: #8C5357;
}
</style>