Shades of Solid Pink #925759
Tints of Solid Pink #925759
RGB
CMYK
RGB Variations
Color information
#925759 (or 0x925759) is known color: Solid Pink. HEX triplet: 92, 57 and 59. RGB value is (146,87,89). Sum of RGB (Red+Green+Blue) = 146+87+89=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #925759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925759 is #6DA8A6. Grayscale: #686868. Windows color (decimal): -7186599 or 5855122. OLE color: 5855122.
HSL color Cylindrical-coordinate representation of color #925759: hue angle of 357.97º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925759 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 89 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.43 |
| HSL | 357.97º | 0.25% | 0.46% | - |
| HSV(B) | 357.97º | 0.4% | 0.57% | - |
| XYZ | 17.07 | 13.65 | 11.19 | - |
| YUV | 104.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 89 | 0 | 0.40 | 0.39 | 0.43 | 357.97 | 0.25 | 0.46 |
| Hex | 92 | 57 | 59 | 0 | 28 | 27 | 2B | 166 | 19 | 2E |
| Octal | 222 | 127 | 131 | 0 | 50 | 47 | 53 | 546 | 31 | 56 |
| Binary | 10010010 | 1010111 | 1011001 | 0 | 101000 | 100111 | 101011 | 101100110 | 11001 | 101110 |
Color Harmonies of #925759
Complementary color
Monochromatic Colors of #925759
Black with #925759
Text Example
Text Example
White with #925759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925759; }
p { color: rgb(146,87,89); }
H1.HeaderClassName
{
color: #925759;
}
.AnyTagClassName
{
color: #925759;
}
</style>
background-color css
<style>
a { background-color: #925759; }
a { background-color: rgb(146,87,89); }
div.DivClassName
{
background-color: #925759;
}
.BgClassName
{
background-color: #925759;
}
</style>
border-color css
<style>
span { border-color: #925759; }
span { border-color: rgb(146,87,89); }
td.TdClassName
{
border-color: #925759;
}
.TagClassName
{
border-color: #925759;
}
</style>