Shades of Solid Pink #8C434F
Tints of Solid Pink #8C434F
RGB
CMYK
RGB Variations
Color information
#8C434F (or 0x8C434F) is known color: Solid Pink. HEX triplet: 8C, 43 and 4F. RGB value is (140,67,79). Sum of RGB (Red+Green+Blue) = 140+67+79=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C434F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C434F is #73BCB0. Grayscale: #5A5A5A. Windows color (decimal): -7584945 or 5194636. OLE color: 5194636.
HSL color Cylindrical-coordinate representation of color #8C434F: hue angle of 350.14º 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 #8C434F is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 79 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.45 |
| HSL | 350.14º | 0.35% | 0.41% | - |
| HSV(B) | 350.14º | 0.52% | 0.55% | - |
| XYZ | 14.23 | 10.15 | 8.61 | - |
| YUV | 90.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 79 | 0 | 0.52 | 0.44 | 0.45 | 350.14 | 0.35 | 0.41 |
| Hex | 8C | 43 | 4F | 0 | 34 | 2C | 2D | 15E | 23 | 29 |
| Octal | 214 | 103 | 117 | 0 | 64 | 54 | 55 | 536 | 43 | 51 |
| Binary | 10001100 | 1000011 | 1001111 | 0 | 110100 | 101100 | 101101 | 101011110 | 100011 | 101001 |
Color Harmonies of #8C434F
Complementary color
Monochromatic Colors of #8C434F
Black with #8C434F
Text Example
Text Example
White with #8C434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C434F; }
p { color: rgb(140,67,79); }
H1.HeaderClassName
{
color: #8C434F;
}
.AnyTagClassName
{
color: #8C434F;
}
</style>
background-color css
<style>
a { background-color: #8C434F; }
a { background-color: rgb(140,67,79); }
div.DivClassName
{
background-color: #8C434F;
}
.BgClassName
{
background-color: #8C434F;
}
</style>
border-color css
<style>
span { border-color: #8C434F; }
span { border-color: rgb(140,67,79); }
td.TdClassName
{
border-color: #8C434F;
}
.TagClassName
{
border-color: #8C434F;
}
</style>