Shades of Solid Pink #925256
Tints of Solid Pink #925256
RGB
CMYK
RGB Variations
Color information
#925256 (or 0x925256) is known color: Solid Pink. HEX triplet: 92, 52 and 56. RGB value is (146,82,86). Sum of RGB (Red+Green+Blue) = 146+82+86=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #925256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925256 is #6DADA9. Grayscale: #656565. Windows color (decimal): -7187882 or 5657234. OLE color: 5657234.
HSL color Cylindrical-coordinate representation of color #925256: hue angle of 356.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #925256 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 86 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.43 |
| HSL | 356.25º | 0.28% | 0.45% | - |
| HSV(B) | 356.25º | 0.44% | 0.57% | - |
| XYZ | 16.55 | 12.82 | 10.41 | - |
| YUV | 101.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 86 | 0 | 0.44 | 0.41 | 0.43 | 356.25 | 0.28 | 0.45 |
| Hex | 92 | 52 | 56 | 0 | 2C | 29 | 2B | 164 | 1C | 2D |
| Octal | 222 | 122 | 126 | 0 | 54 | 51 | 53 | 544 | 34 | 55 |
| Binary | 10010010 | 1010010 | 1010110 | 0 | 101100 | 101001 | 101011 | 101100100 | 11100 | 101101 |
Color Harmonies of #925256
Complementary color
Monochromatic Colors of #925256
Black with #925256
Text Example
Text Example
White with #925256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925256; }
p { color: rgb(146,82,86); }
H1.HeaderClassName
{
color: #925256;
}
.AnyTagClassName
{
color: #925256;
}
</style>
background-color css
<style>
a { background-color: #925256; }
a { background-color: rgb(146,82,86); }
div.DivClassName
{
background-color: #925256;
}
.BgClassName
{
background-color: #925256;
}
</style>
border-color css
<style>
span { border-color: #925256; }
span { border-color: rgb(146,82,86); }
td.TdClassName
{
border-color: #925256;
}
.TagClassName
{
border-color: #925256;
}
</style>