Shades of Trendy Pink #8C648A
Tints of Trendy Pink #8C648A
RGB
CMYK
RGB Variations
Color information
#8C648A (or 0x8C648A) is known color: Trendy Pink. HEX triplet: 8C, 64 and 8A. RGB value is (140,100,138). Sum of RGB (Red+Green+Blue) = 140+100+138=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C648A is #739B75. Grayscale: #747474. Windows color (decimal): -7576438 or 9069708. OLE color: 9069708.
HSL color Cylindrical-coordinate representation of color #8C648A: hue angle of 303º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C648A is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 138 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.45 |
| HSL | 303º | 0.17% | 0.47% | - |
| HSV(B) | 303º | 0.29% | 0.55% | - |
| XYZ | 19.96 | 16.52 | 26.18 | - |
| YUV | 116.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 138 | 0 | 0.29 | 0.01 | 0.45 | 303 | 0.17 | 0.47 |
| Hex | 8C | 64 | 8A | 0 | 1D | 1 | 2D | 12F | 11 | 2F |
| Octal | 214 | 144 | 212 | 0 | 35 | 1 | 55 | 457 | 21 | 57 |
| Binary | 10001100 | 1100100 | 10001010 | 0 | 11101 | 1 | 101101 | 100101111 | 10001 | 101111 |
Color Harmonies of #8C648A
Complementary color
Monochromatic Colors of #8C648A
Black with #8C648A
Text Example
Text Example
White with #8C648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C648A; }
p { color: rgb(140,100,138); }
H1.HeaderClassName
{
color: #8C648A;
}
.AnyTagClassName
{
color: #8C648A;
}
</style>
background-color css
<style>
a { background-color: #8C648A; }
a { background-color: rgb(140,100,138); }
div.DivClassName
{
background-color: #8C648A;
}
.BgClassName
{
background-color: #8C648A;
}
</style>
border-color css
<style>
span { border-color: #8C648A; }
span { border-color: rgb(140,100,138); }
td.TdClassName
{
border-color: #8C648A;
}
.TagClassName
{
border-color: #8C648A;
}
</style>