Shades of Trendy Pink #855C7A
Tints of Trendy Pink #855C7A
RGB
CMYK
RGB Variations
Color information
#855C7A (or 0x855C7A) is known color: Trendy Pink. HEX triplet: 85, 5C and 7A. RGB value is (133,92,122). Sum of RGB (Red+Green+Blue) = 133+92+122=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #855C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C7A is #7AA385. Grayscale: #6B6B6B. Windows color (decimal): -8037254 or 8019077. OLE color: 8019077.
HSL color Cylindrical-coordinate representation of color #855C7A: hue angle of 316.1º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #855C7A is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 122 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.48 |
| HSL | 316.1º | 0.18% | 0.44% | - |
| HSV(B) | 316.1º | 0.31% | 0.52% | - |
| XYZ | 17.01 | 14.05 | 20.23 | - |
| YUV | 107.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 122 | 0 | 0.31 | 0.08 | 0.48 | 316.1 | 0.18 | 0.44 |
| Hex | 85 | 5C | 7A | 0 | 1F | 8 | 30 | 13C | 12 | 2C |
| Octal | 205 | 134 | 172 | 0 | 37 | 10 | 60 | 474 | 22 | 54 |
| Binary | 10000101 | 1011100 | 1111010 | 0 | 11111 | 1000 | 110000 | 100111100 | 10010 | 101100 |
Color Harmonies of #855C7A
Complementary color
Monochromatic Colors of #855C7A
Black with #855C7A
Text Example
Text Example
White with #855C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C7A; }
p { color: rgb(133,92,122); }
H1.HeaderClassName
{
color: #855C7A;
}
.AnyTagClassName
{
color: #855C7A;
}
</style>
background-color css
<style>
a { background-color: #855C7A; }
a { background-color: rgb(133,92,122); }
div.DivClassName
{
background-color: #855C7A;
}
.BgClassName
{
background-color: #855C7A;
}
</style>
border-color css
<style>
span { border-color: #855C7A; }
span { border-color: rgb(133,92,122); }
td.TdClassName
{
border-color: #855C7A;
}
.TagClassName
{
border-color: #855C7A;
}
</style>