Shades of Solid Pink #8C5255
Tints of Solid Pink #8C5255
RGB
CMYK
RGB Variations
Color information
#8C5255 (or 0x8C5255) is known color: Solid Pink. HEX triplet: 8C, 52 and 55. RGB value is (140,82,85). Sum of RGB (Red+Green+Blue) = 140+82+85=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5255 is #73ADAA. Grayscale: #636363. Windows color (decimal): -7581099 or 5591692. OLE color: 5591692.
HSL color Cylindrical-coordinate representation of color #8C5255: hue angle of 356.9º 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 #8C5255 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 85 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.45 |
| HSL | 356.9º | 0.26% | 0.44% | - |
| HSV(B) | 356.9º | 0.41% | 0.55% | - |
| XYZ | 15.47 | 12.27 | 10.15 | - |
| YUV | 99.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 85 | 0 | 0.41 | 0.39 | 0.45 | 356.9 | 0.26 | 0.44 |
| Hex | 8C | 52 | 55 | 0 | 29 | 27 | 2D | 165 | 1A | 2C |
| Octal | 214 | 122 | 125 | 0 | 51 | 47 | 55 | 545 | 32 | 54 |
| Binary | 10001100 | 1010010 | 1010101 | 0 | 101001 | 100111 | 101101 | 101100101 | 11010 | 101100 |
Color Harmonies of #8C5255
Complementary color
Monochromatic Colors of #8C5255
Black with #8C5255
Text Example
Text Example
White with #8C5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5255; }
p { color: rgb(140,82,85); }
H1.HeaderClassName
{
color: #8C5255;
}
.AnyTagClassName
{
color: #8C5255;
}
</style>
background-color css
<style>
a { background-color: #8C5255; }
a { background-color: rgb(140,82,85); }
div.DivClassName
{
background-color: #8C5255;
}
.BgClassName
{
background-color: #8C5255;
}
</style>
border-color css
<style>
span { border-color: #8C5255; }
span { border-color: rgb(140,82,85); }
td.TdClassName
{
border-color: #8C5255;
}
.TagClassName
{
border-color: #8C5255;
}
</style>