Shades of Solid Pink #975256
Tints of Solid Pink #975256
RGB
CMYK
RGB Variations
Color information
#975256 (or 0x975256) is known color: Solid Pink. HEX triplet: 97, 52 and 56. RGB value is (151,82,86). Sum of RGB (Red+Green+Blue) = 151+82+86=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #975256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975256 is #68ADA9. Grayscale: #676767. Windows color (decimal): -6860202 or 5657239. OLE color: 5657239.
HSL color Cylindrical-coordinate representation of color #975256: hue angle of 356.52º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975256 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 82 | 86 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.41 |
| HSL | 356.52º | 0.3% | 0.46% | - |
| HSV(B) | 356.52º | 0.46% | 0.59% | - |
| XYZ | 17.46 | 13.29 | 10.45 | - |
| YUV | 103.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 86 | 0 | 0.46 | 0.43 | 0.41 | 356.52 | 0.3 | 0.46 |
| Hex | 97 | 52 | 56 | 0 | 2E | 2B | 29 | 165 | 1E | 2E |
| Octal | 227 | 122 | 126 | 0 | 56 | 53 | 51 | 545 | 36 | 56 |
| Binary | 10010111 | 1010010 | 1010110 | 0 | 101110 | 101011 | 101001 | 101100101 | 11110 | 101110 |
Color Harmonies of #975256
Complementary color
Monochromatic Colors of #975256
Black with #975256
Text Example
Text Example
White with #975256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975256; }
p { color: rgb(151,82,86); }
H1.HeaderClassName
{
color: #975256;
}
.AnyTagClassName
{
color: #975256;
}
</style>
background-color css
<style>
a { background-color: #975256; }
a { background-color: rgb(151,82,86); }
div.DivClassName
{
background-color: #975256;
}
.BgClassName
{
background-color: #975256;
}
</style>
border-color css
<style>
span { border-color: #975256; }
span { border-color: rgb(151,82,86); }
td.TdClassName
{
border-color: #975256;
}
.TagClassName
{
border-color: #975256;
}
</style>