Shades of Solid Pink #8C4445
Tints of Solid Pink #8C4445
RGB
CMYK
RGB Variations
Color information
#8C4445 (or 0x8C4445) is known color: Solid Pink. HEX triplet: 8C, 44 and 45. RGB value is (140,68,69). Sum of RGB (Red+Green+Blue) = 140+68+69=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4445 is #73BBBA. Grayscale: #595959. Windows color (decimal): -7584699 or 4539532. OLE color: 4539532.
HSL color Cylindrical-coordinate representation of color #8C4445: hue angle of 359.17º degrees, saturation: 0.35, 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 #8C4445 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 69 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.45 |
| HSL | 359.17º | 0.35% | 0.41% | - |
| HSV(B) | 359.17º | 0.51% | 0.55% | - |
| XYZ | 13.96 | 10.14 | 6.85 | - |
| YUV | 89.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 69 | 0 | 0.51 | 0.51 | 0.45 | 359.17 | 0.35 | 0.41 |
| Hex | 8C | 44 | 45 | 0 | 33 | 33 | 2D | 167 | 23 | 29 |
| Octal | 214 | 104 | 105 | 0 | 63 | 63 | 55 | 547 | 43 | 51 |
| Binary | 10001100 | 1000100 | 1000101 | 0 | 110011 | 110011 | 101101 | 101100111 | 100011 | 101001 |
Color Harmonies of #8C4445
Complementary color
Monochromatic Colors of #8C4445
Black with #8C4445
Text Example
Text Example
White with #8C4445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4445; }
p { color: rgb(140,68,69); }
H1.HeaderClassName
{
color: #8C4445;
}
.AnyTagClassName
{
color: #8C4445;
}
</style>
background-color css
<style>
a { background-color: #8C4445; }
a { background-color: rgb(140,68,69); }
div.DivClassName
{
background-color: #8C4445;
}
.BgClassName
{
background-color: #8C4445;
}
</style>
border-color css
<style>
span { border-color: #8C4445; }
span { border-color: rgb(140,68,69); }
td.TdClassName
{
border-color: #8C4445;
}
.TagClassName
{
border-color: #8C4445;
}
</style>