Shades of Trendy Pink #805475
Tints of Trendy Pink #805475
RGB
CMYK
RGB Variations
Color information
#805475 (or 0x805475) is known color: Trendy Pink. HEX triplet: 80, 54 and 75. RGB value is (128,84,117). Sum of RGB (Red+Green+Blue) = 128+84+117=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #805475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805475 is #7FAB8A. Grayscale: #646464. Windows color (decimal): -8366987 or 7689344. OLE color: 7689344.
HSL color Cylindrical-coordinate representation of color #805475: hue angle of 315º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805475 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 117 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.50 |
| HSL | 315º | 0.21% | 0.42% | - |
| HSV(B) | 315º | 0.34% | 0.5% | - |
| XYZ | 15.28 | 12.21 | 18.38 | - |
| YUV | 100.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 117 | 0 | 0.34 | 0.09 | 0.50 | 315 | 0.21 | 0.42 |
| Hex | 80 | 54 | 75 | 0 | 22 | 9 | 32 | 13B | 15 | 2A |
| Octal | 200 | 124 | 165 | 0 | 42 | 11 | 62 | 473 | 25 | 52 |
| Binary | 10000000 | 1010100 | 1110101 | 0 | 100010 | 1001 | 110010 | 100111011 | 10101 | 101010 |
Color Harmonies of #805475
Complementary color
Monochromatic Colors of #805475
Black with #805475
Text Example
Text Example
White with #805475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805475; }
p { color: rgb(128,84,117); }
H1.HeaderClassName
{
color: #805475;
}
.AnyTagClassName
{
color: #805475;
}
</style>
background-color css
<style>
a { background-color: #805475; }
a { background-color: rgb(128,84,117); }
div.DivClassName
{
background-color: #805475;
}
.BgClassName
{
background-color: #805475;
}
</style>
border-color css
<style>
span { border-color: #805475; }
span { border-color: rgb(128,84,117); }
td.TdClassName
{
border-color: #805475;
}
.TagClassName
{
border-color: #805475;
}
</style>