Shades of Solid Pink #935255
Tints of Solid Pink #935255
RGB
CMYK
RGB Variations
Color information
#935255 (or 0x935255) is known color: Solid Pink. HEX triplet: 93, 52 and 55. RGB value is (147,82,85). Sum of RGB (Red+Green+Blue) = 147+82+85=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #935255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935255 is #6CADAA. Grayscale: #656565. Windows color (decimal): -7122347 or 5591699. OLE color: 5591699.
HSL color Cylindrical-coordinate representation of color #935255: hue angle of 357.23º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935255 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 85 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.42 |
| HSL | 357.23º | 0.28% | 0.45% | - |
| HSV(B) | 357.23º | 0.44% | 0.58% | - |
| XYZ | 16.69 | 12.89 | 10.2 | - |
| YUV | 101.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 85 | 0 | 0.44 | 0.42 | 0.42 | 357.23 | 0.28 | 0.45 |
| Hex | 93 | 52 | 55 | 0 | 2C | 2A | 2A | 165 | 1C | 2D |
| Octal | 223 | 122 | 125 | 0 | 54 | 52 | 52 | 545 | 34 | 55 |
| Binary | 10010011 | 1010010 | 1010101 | 0 | 101100 | 101010 | 101010 | 101100101 | 11100 | 101101 |
Color Harmonies of #935255
Complementary color
Monochromatic Colors of #935255
Black with #935255
Text Example
Text Example
White with #935255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935255; }
p { color: rgb(147,82,85); }
H1.HeaderClassName
{
color: #935255;
}
.AnyTagClassName
{
color: #935255;
}
</style>
background-color css
<style>
a { background-color: #935255; }
a { background-color: rgb(147,82,85); }
div.DivClassName
{
background-color: #935255;
}
.BgClassName
{
background-color: #935255;
}
</style>
border-color css
<style>
span { border-color: #935255; }
span { border-color: rgb(147,82,85); }
td.TdClassName
{
border-color: #935255;
}
.TagClassName
{
border-color: #935255;
}
</style>