Shades of Solid Pink #8C444A
Tints of Solid Pink #8C444A
RGB
CMYK
RGB Variations
Color information
#8C444A (or 0x8C444A) is known color: Solid Pink. HEX triplet: 8C, 44 and 4A. RGB value is (140,68,74). Sum of RGB (Red+Green+Blue) = 140+68+74=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C444A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C444A is #73BBB5. Grayscale: #5A5A5A. Windows color (decimal): -7584694 or 4867212. OLE color: 4867212.
HSL color Cylindrical-coordinate representation of color #8C444A: hue angle of 355º 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 #8C444A is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 74 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.45 |
| HSL | 355º | 0.35% | 0.41% | - |
| HSV(B) | 355º | 0.51% | 0.55% | - |
| XYZ | 14.12 | 10.2 | 7.7 | - |
| YUV | 90.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 74 | 0 | 0.51 | 0.47 | 0.45 | 355 | 0.35 | 0.41 |
| Hex | 8C | 44 | 4A | 0 | 33 | 2F | 2D | 163 | 23 | 29 |
| Octal | 214 | 104 | 112 | 0 | 63 | 57 | 55 | 543 | 43 | 51 |
| Binary | 10001100 | 1000100 | 1001010 | 0 | 110011 | 101111 | 101101 | 101100011 | 100011 | 101001 |
Color Harmonies of #8C444A
Complementary color
Monochromatic Colors of #8C444A
Black with #8C444A
Text Example
Text Example
White with #8C444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C444A; }
p { color: rgb(140,68,74); }
H1.HeaderClassName
{
color: #8C444A;
}
.AnyTagClassName
{
color: #8C444A;
}
</style>
background-color css
<style>
a { background-color: #8C444A; }
a { background-color: rgb(140,68,74); }
div.DivClassName
{
background-color: #8C444A;
}
.BgClassName
{
background-color: #8C444A;
}
</style>
border-color css
<style>
span { border-color: #8C444A; }
span { border-color: rgb(140,68,74); }
td.TdClassName
{
border-color: #8C444A;
}
.TagClassName
{
border-color: #8C444A;
}
</style>