Shades of Solid Pink #8C5052
Tints of Solid Pink #8C5052
RGB
CMYK
RGB Variations
Color information
#8C5052 (or 0x8C5052) is known color: Solid Pink. HEX triplet: 8C, 50 and 52. RGB value is (140,80,82). Sum of RGB (Red+Green+Blue) = 140+80+82=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5052 is #73AFAD. Grayscale: #626262. Windows color (decimal): -7581614 or 5394572. OLE color: 5394572.
HSL color Cylindrical-coordinate representation of color #8C5052: hue angle of 358º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C5052 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 82 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.45 |
| HSL | 358º | 0.27% | 0.43% | - |
| HSV(B) | 358º | 0.43% | 0.55% | - |
| XYZ | 15.21 | 11.92 | 9.48 | - |
| YUV | 98.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 82 | 0 | 0.43 | 0.41 | 0.45 | 358 | 0.27 | 0.43 |
| Hex | 8C | 50 | 52 | 0 | 2B | 29 | 2D | 166 | 1B | 2B |
| Octal | 214 | 120 | 122 | 0 | 53 | 51 | 55 | 546 | 33 | 53 |
| Binary | 10001100 | 1010000 | 1010010 | 0 | 101011 | 101001 | 101101 | 101100110 | 11011 | 101011 |
Color Harmonies of #8C5052
Complementary color
Monochromatic Colors of #8C5052
Black with #8C5052
Text Example
Text Example
White with #8C5052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5052; }
p { color: rgb(140,80,82); }
H1.HeaderClassName
{
color: #8C5052;
}
.AnyTagClassName
{
color: #8C5052;
}
</style>
background-color css
<style>
a { background-color: #8C5052; }
a { background-color: rgb(140,80,82); }
div.DivClassName
{
background-color: #8C5052;
}
.BgClassName
{
background-color: #8C5052;
}
</style>
border-color css
<style>
span { border-color: #8C5052; }
span { border-color: rgb(140,80,82); }
td.TdClassName
{
border-color: #8C5052;
}
.TagClassName
{
border-color: #8C5052;
}
</style>