Shades of Solid Pink #925859
Tints of Solid Pink #925859
RGB
CMYK
RGB Variations
Color information
#925859 (or 0x925859) is known color: Solid Pink. HEX triplet: 92, 58 and 59. RGB value is (146,88,89). Sum of RGB (Red+Green+Blue) = 146+88+89=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #925859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925859 is #6DA7A6. Grayscale: #696969. Windows color (decimal): -7186343 or 5855378. OLE color: 5855378.
HSL color Cylindrical-coordinate representation of color #925859: hue angle of 358.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 #925859 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 89 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.43 |
| HSL | 358.97º | 0.25% | 0.46% | - |
| HSV(B) | 358.97º | 0.4% | 0.57% | - |
| XYZ | 17.15 | 13.81 | 11.21 | - |
| YUV | 105.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 89 | 0 | 0.40 | 0.39 | 0.43 | 358.97 | 0.25 | 0.46 |
| Hex | 92 | 58 | 59 | 0 | 28 | 27 | 2B | 167 | 19 | 2E |
| Octal | 222 | 130 | 131 | 0 | 50 | 47 | 53 | 547 | 31 | 56 |
| Binary | 10010010 | 1011000 | 1011001 | 0 | 101000 | 100111 | 101011 | 101100111 | 11001 | 101110 |
Color Harmonies of #925859
Complementary color
Monochromatic Colors of #925859
Black with #925859
Text Example
Text Example
White with #925859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925859; }
p { color: rgb(146,88,89); }
H1.HeaderClassName
{
color: #925859;
}
.AnyTagClassName
{
color: #925859;
}
</style>
background-color css
<style>
a { background-color: #925859; }
a { background-color: rgb(146,88,89); }
div.DivClassName
{
background-color: #925859;
}
.BgClassName
{
background-color: #925859;
}
</style>
border-color css
<style>
span { border-color: #925859; }
span { border-color: rgb(146,88,89); }
td.TdClassName
{
border-color: #925859;
}
.TagClassName
{
border-color: #925859;
}
</style>