Shades of Solid Pink #8C434E
Tints of Solid Pink #8C434E
RGB
CMYK
RGB Variations
Color information
#8C434E (or 0x8C434E) is known color: Solid Pink. HEX triplet: 8C, 43 and 4E. RGB value is (140,67,78). Sum of RGB (Red+Green+Blue) = 140+67+78=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C434E is #73BCB1. Grayscale: #5A5A5A. Windows color (decimal): -7584946 or 5129100. OLE color: 5129100.
HSL color Cylindrical-coordinate representation of color #8C434E: hue angle of 350.96º 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 #8C434E is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 78 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.45 |
| HSL | 350.96º | 0.35% | 0.41% | - |
| HSV(B) | 350.96º | 0.52% | 0.55% | - |
| XYZ | 14.2 | 10.14 | 8.42 | - |
| YUV | 90.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 78 | 0 | 0.52 | 0.44 | 0.45 | 350.96 | 0.35 | 0.41 |
| Hex | 8C | 43 | 4E | 0 | 34 | 2C | 2D | 15F | 23 | 29 |
| Octal | 214 | 103 | 116 | 0 | 64 | 54 | 55 | 537 | 43 | 51 |
| Binary | 10001100 | 1000011 | 1001110 | 0 | 110100 | 101100 | 101101 | 101011111 | 100011 | 101001 |
Color Harmonies of #8C434E
Complementary color
Monochromatic Colors of #8C434E
Black with #8C434E
Text Example
Text Example
White with #8C434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C434E; }
p { color: rgb(140,67,78); }
H1.HeaderClassName
{
color: #8C434E;
}
.AnyTagClassName
{
color: #8C434E;
}
</style>
background-color css
<style>
a { background-color: #8C434E; }
a { background-color: rgb(140,67,78); }
div.DivClassName
{
background-color: #8C434E;
}
.BgClassName
{
background-color: #8C434E;
}
</style>
border-color css
<style>
span { border-color: #8C434E; }
span { border-color: rgb(140,67,78); }
td.TdClassName
{
border-color: #8C434E;
}
.TagClassName
{
border-color: #8C434E;
}
</style>