Shades of Solid Pink #8C4546
Tints of Solid Pink #8C4546
RGB
CMYK
RGB Variations
Color information
#8C4546 (or 0x8C4546) is known color: Solid Pink. HEX triplet: 8C, 45 and 46. RGB value is (140,69,70). Sum of RGB (Red+Green+Blue) = 140+69+70=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4546 is #73BAB9. Grayscale: #5A5A5A. Windows color (decimal): -7584442 or 4605324. OLE color: 4605324.
HSL color Cylindrical-coordinate representation of color #8C4546: hue angle of 359.15º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4546 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 70 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.45 |
| HSL | 359.15º | 0.34% | 0.41% | - |
| HSV(B) | 359.15º | 0.51% | 0.55% | - |
| XYZ | 14.05 | 10.27 | 7.04 | - |
| YUV | 90.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 70 | 0 | 0.51 | 0.50 | 0.45 | 359.15 | 0.34 | 0.41 |
| Hex | 8C | 45 | 46 | 0 | 33 | 32 | 2D | 167 | 22 | 29 |
| Octal | 214 | 105 | 106 | 0 | 63 | 62 | 55 | 547 | 42 | 51 |
| Binary | 10001100 | 1000101 | 1000110 | 0 | 110011 | 110010 | 101101 | 101100111 | 100010 | 101001 |
Color Harmonies of #8C4546
Complementary color
Monochromatic Colors of #8C4546
Black with #8C4546
Text Example
Text Example
White with #8C4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4546; }
p { color: rgb(140,69,70); }
H1.HeaderClassName
{
color: #8C4546;
}
.AnyTagClassName
{
color: #8C4546;
}
</style>
background-color css
<style>
a { background-color: #8C4546; }
a { background-color: rgb(140,69,70); }
div.DivClassName
{
background-color: #8C4546;
}
.BgClassName
{
background-color: #8C4546;
}
</style>
border-color css
<style>
span { border-color: #8C4546; }
span { border-color: rgb(140,69,70); }
td.TdClassName
{
border-color: #8C4546;
}
.TagClassName
{
border-color: #8C4546;
}
</style>