Shades of Solid Pink #8C434D
Tints of Solid Pink #8C434D
RGB
CMYK
RGB Variations
Color information
#8C434D (or 0x8C434D) is known color: Solid Pink. HEX triplet: 8C, 43 and 4D. RGB value is (140,67,77). Sum of RGB (Red+Green+Blue) = 140+67+77=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C434D is #73BCB2. Grayscale: #5A5A5A. Windows color (decimal): -7584947 or 5063564. OLE color: 5063564.
HSL color Cylindrical-coordinate representation of color #8C434D: hue angle of 351.78º 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 #8C434D is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 77 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.45 |
| HSL | 351.78º | 0.35% | 0.41% | - |
| HSV(B) | 351.78º | 0.52% | 0.55% | - |
| XYZ | 14.16 | 10.13 | 8.23 | - |
| YUV | 89.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 77 | 0 | 0.52 | 0.45 | 0.45 | 351.78 | 0.35 | 0.41 |
| Hex | 8C | 43 | 4D | 0 | 34 | 2D | 2D | 160 | 23 | 29 |
| Octal | 214 | 103 | 115 | 0 | 64 | 55 | 55 | 540 | 43 | 51 |
| Binary | 10001100 | 1000011 | 1001101 | 0 | 110100 | 101101 | 101101 | 101100000 | 100011 | 101001 |
Color Harmonies of #8C434D
Complementary color
Monochromatic Colors of #8C434D
Black with #8C434D
Text Example
Text Example
White with #8C434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C434D; }
p { color: rgb(140,67,77); }
H1.HeaderClassName
{
color: #8C434D;
}
.AnyTagClassName
{
color: #8C434D;
}
</style>
background-color css
<style>
a { background-color: #8C434D; }
a { background-color: rgb(140,67,77); }
div.DivClassName
{
background-color: #8C434D;
}
.BgClassName
{
background-color: #8C434D;
}
</style>
border-color css
<style>
span { border-color: #8C434D; }
span { border-color: rgb(140,67,77); }
td.TdClassName
{
border-color: #8C434D;
}
.TagClassName
{
border-color: #8C434D;
}
</style>