Shades of Trendy Pink #8C437F
Tints of Trendy Pink #8C437F
RGB
CMYK
RGB Variations
Color information
#8C437F (or 0x8C437F) is known color: Trendy Pink. HEX triplet: 8C, 43 and 7F. RGB value is (140,67,127). Sum of RGB (Red+Green+Blue) = 140+67+127=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C437F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C437F is #73BC80. Grayscale: #5F5F5F. Windows color (decimal): -7584897 or 8340364. OLE color: 8340364.
HSL color Cylindrical-coordinate representation of color #8C437F: hue angle of 310.68º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C437F is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 127 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.45 |
| HSL | 310.68º | 0.35% | 0.41% | - |
| HSV(B) | 310.68º | 0.52% | 0.55% | - |
| XYZ | 16.65 | 11.12 | 21.35 | - |
| YUV | 95.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 127 | 0 | 0.52 | 0.09 | 0.45 | 310.68 | 0.35 | 0.41 |
| Hex | 8C | 43 | 7F | 0 | 34 | 9 | 2D | 137 | 23 | 29 |
| Octal | 214 | 103 | 177 | 0 | 64 | 11 | 55 | 467 | 43 | 51 |
| Binary | 10001100 | 1000011 | 1111111 | 0 | 110100 | 1001 | 101101 | 100110111 | 100011 | 101001 |
Color Harmonies of #8C437F
Complementary color
Monochromatic Colors of #8C437F
Black with #8C437F
Text Example
Text Example
White with #8C437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C437F; }
p { color: rgb(140,67,127); }
H1.HeaderClassName
{
color: #8C437F;
}
.AnyTagClassName
{
color: #8C437F;
}
</style>
background-color css
<style>
a { background-color: #8C437F; }
a { background-color: rgb(140,67,127); }
div.DivClassName
{
background-color: #8C437F;
}
.BgClassName
{
background-color: #8C437F;
}
</style>
border-color css
<style>
span { border-color: #8C437F; }
span { border-color: rgb(140,67,127); }
td.TdClassName
{
border-color: #8C437F;
}
.TagClassName
{
border-color: #8C437F;
}
</style>