Shades of Trendy Pink #925C88
Tints of Trendy Pink #925C88
RGB
CMYK
RGB Variations
Color information
#925C88 (or 0x925C88) is known color: Trendy Pink. HEX triplet: 92, 5C and 88. RGB value is (146,92,136). Sum of RGB (Red+Green+Blue) = 146+92+136=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #925C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925C88 is #6DA377. Grayscale: #717171. Windows color (decimal): -7185272 or 8936594. OLE color: 8936594.
HSL color Cylindrical-coordinate representation of color #925C88: hue angle of 311.11º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C88 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 136 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.43 |
| HSL | 311.11º | 0.23% | 0.47% | - |
| HSV(B) | 311.11º | 0.37% | 0.57% | - |
| XYZ | 20.13 | 15.54 | 25.23 | - |
| YUV | 113.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 136 | 0 | 0.37 | 0.07 | 0.43 | 311.11 | 0.23 | 0.47 |
| Hex | 92 | 5C | 88 | 0 | 25 | 7 | 2B | 137 | 17 | 2F |
| Octal | 222 | 134 | 210 | 0 | 45 | 7 | 53 | 467 | 27 | 57 |
| Binary | 10010010 | 1011100 | 10001000 | 0 | 100101 | 111 | 101011 | 100110111 | 10111 | 101111 |
Color Harmonies of #925C88
Complementary color
Monochromatic Colors of #925C88
Black with #925C88
Text Example
Text Example
White with #925C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C88; }
p { color: rgb(146,92,136); }
H1.HeaderClassName
{
color: #925C88;
}
.AnyTagClassName
{
color: #925C88;
}
</style>
background-color css
<style>
a { background-color: #925C88; }
a { background-color: rgb(146,92,136); }
div.DivClassName
{
background-color: #925C88;
}
.BgClassName
{
background-color: #925C88;
}
</style>
border-color css
<style>
span { border-color: #925C88; }
span { border-color: rgb(146,92,136); }
td.TdClassName
{
border-color: #925C88;
}
.TagClassName
{
border-color: #925C88;
}
</style>