Shades of Solid Pink #8C4149
Tints of Solid Pink #8C4149
RGB
CMYK
RGB Variations
Color information
#8C4149 (or 0x8C4149) is known color: Solid Pink. HEX triplet: 8C, 41 and 49. RGB value is (140,65,73). Sum of RGB (Red+Green+Blue) = 140+65+73=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4149 is #73BEB6. Grayscale: #585858. Windows color (decimal): -7585463 or 4800908. OLE color: 4800908.
HSL color Cylindrical-coordinate representation of color #8C4149: hue angle of 353.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4149 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 73 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.45 |
| HSL | 353.6º | 0.37% | 0.4% | - |
| HSV(B) | 353.6º | 0.54% | 0.55% | - |
| XYZ | 13.91 | 9.84 | 7.47 | - |
| YUV | 88.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 73 | 0 | 0.54 | 0.48 | 0.45 | 353.6 | 0.37 | 0.4 |
| Hex | 8C | 41 | 49 | 0 | 36 | 30 | 2D | 162 | 25 | 28 |
| Octal | 214 | 101 | 111 | 0 | 66 | 60 | 55 | 542 | 45 | 50 |
| Binary | 10001100 | 1000001 | 1001001 | 0 | 110110 | 110000 | 101101 | 101100010 | 100101 | 101000 |
Color Harmonies of #8C4149
Complementary color
Monochromatic Colors of #8C4149
Black with #8C4149
Text Example
Text Example
White with #8C4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4149; }
p { color: rgb(140,65,73); }
H1.HeaderClassName
{
color: #8C4149;
}
.AnyTagClassName
{
color: #8C4149;
}
</style>
background-color css
<style>
a { background-color: #8C4149; }
a { background-color: rgb(140,65,73); }
div.DivClassName
{
background-color: #8C4149;
}
.BgClassName
{
background-color: #8C4149;
}
</style>
border-color css
<style>
span { border-color: #8C4149; }
span { border-color: rgb(140,65,73); }
td.TdClassName
{
border-color: #8C4149;
}
.TagClassName
{
border-color: #8C4149;
}
</style>