Shades of Trendy Pink #8C668A
Tints of Trendy Pink #8C668A
RGB
CMYK
RGB Variations
Color information
#8C668A (or 0x8C668A) is known color: Trendy Pink. HEX triplet: 8C, 66 and 8A. RGB value is (140,102,138). Sum of RGB (Red+Green+Blue) = 140+102+138=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 140 - color contains mainly: red. Hex color #8C668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C668A is #739975. Grayscale: #757575. Windows color (decimal): -7575926 or 9070220. OLE color: 9070220.
HSL color Cylindrical-coordinate representation of color #8C668A: hue angle of 303.16º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C668A is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 138 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.45 |
| HSL | 303.16º | 0.16% | 0.47% | - |
| HSV(B) | 303.16º | 0.27% | 0.55% | - |
| XYZ | 20.15 | 16.91 | 26.25 | - |
| YUV | 117.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 138 | 0 | 0.27 | 0.01 | 0.45 | 303.16 | 0.16 | 0.47 |
| Hex | 8C | 66 | 8A | 0 | 1B | 1 | 2D | 12F | 10 | 2F |
| Octal | 214 | 146 | 212 | 0 | 33 | 1 | 55 | 457 | 20 | 57 |
| Binary | 10001100 | 1100110 | 10001010 | 0 | 11011 | 1 | 101101 | 100101111 | 10000 | 101111 |
Color Harmonies of #8C668A
Complementary color
Monochromatic Colors of #8C668A
Black with #8C668A
Text Example
Text Example
White with #8C668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C668A; }
p { color: rgb(140,102,138); }
H1.HeaderClassName
{
color: #8C668A;
}
.AnyTagClassName
{
color: #8C668A;
}
</style>
background-color css
<style>
a { background-color: #8C668A; }
a { background-color: rgb(140,102,138); }
div.DivClassName
{
background-color: #8C668A;
}
.BgClassName
{
background-color: #8C668A;
}
</style>
border-color css
<style>
span { border-color: #8C668A; }
span { border-color: rgb(140,102,138); }
td.TdClassName
{
border-color: #8C668A;
}
.TagClassName
{
border-color: #8C668A;
}
</style>