Shades of Solid Pink #924647
Tints of Solid Pink #924647
RGB
CMYK
RGB Variations
Color information
#924647 (or 0x924647) is known color: Solid Pink. HEX triplet: 92, 46 and 47. RGB value is (146,70,71). Sum of RGB (Red+Green+Blue) = 146+70+71=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #924647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924647 is #6DB9B8. Grayscale: #5C5C5C. Windows color (decimal): -7190969 or 4671122. OLE color: 4671122.
HSL color Cylindrical-coordinate representation of color #924647: hue angle of 359.21º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #924647 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 70 | 71 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.43 |
| HSL | 359.21º | 0.35% | 0.42% | - |
| HSV(B) | 359.21º | 0.52% | 0.57% | - |
| XYZ | 15.18 | 10.95 | 7.27 | - |
| YUV | 92.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 70 | 71 | 0 | 0.52 | 0.51 | 0.43 | 359.21 | 0.35 | 0.42 |
| Hex | 92 | 46 | 47 | 0 | 34 | 33 | 2B | 167 | 23 | 2A |
| Octal | 222 | 106 | 107 | 0 | 64 | 63 | 53 | 547 | 43 | 52 |
| Binary | 10010010 | 1000110 | 1000111 | 0 | 110100 | 110011 | 101011 | 101100111 | 100011 | 101010 |
Color Harmonies of #924647
Complementary color
Monochromatic Colors of #924647
Black with #924647
Text Example
Text Example
White with #924647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924647; }
p { color: rgb(146,70,71); }
H1.HeaderClassName
{
color: #924647;
}
.AnyTagClassName
{
color: #924647;
}
</style>
background-color css
<style>
a { background-color: #924647; }
a { background-color: rgb(146,70,71); }
div.DivClassName
{
background-color: #924647;
}
.BgClassName
{
background-color: #924647;
}
</style>
border-color css
<style>
span { border-color: #924647; }
span { border-color: rgb(146,70,71); }
td.TdClassName
{
border-color: #924647;
}
.TagClassName
{
border-color: #924647;
}
</style>