Shades of Cannon Pink #924870
Tints of Cannon Pink #924870
RGB
CMYK
RGB Variations
Color information
#924870 (or 0x924870) is known color: Cannon Pink. HEX triplet: 92, 48 and 70. RGB value is (146,72,112). Sum of RGB (Red+Green+Blue) = 146+72+112=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #924870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924870 is #6DB78F. Grayscale: #626262. Windows color (decimal): -7190416 or 7358610. OLE color: 7358610.
HSL color Cylindrical-coordinate representation of color #924870: hue angle of 327.57º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #924870 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 72 | 112 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.43 |
| HSL | 327.57º | 0.34% | 0.43% | - |
| HSV(B) | 327.57º | 0.51% | 0.57% | - |
| XYZ | 17.1 | 11.92 | 16.73 | - |
| YUV | 98.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 72 | 112 | 0 | 0.51 | 0.23 | 0.43 | 327.57 | 0.34 | 0.43 |
| Hex | 92 | 48 | 70 | 0 | 33 | 17 | 2B | 148 | 22 | 2B |
| Octal | 222 | 110 | 160 | 0 | 63 | 27 | 53 | 510 | 42 | 53 |
| Binary | 10010010 | 1001000 | 1110000 | 0 | 110011 | 10111 | 101011 | 101001000 | 100010 | 101011 |
Color Harmonies of #924870
Complementary color
Monochromatic Colors of #924870
Black with #924870
Text Example
Text Example
White with #924870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924870; }
p { color: rgb(146,72,112); }
H1.HeaderClassName
{
color: #924870;
}
.AnyTagClassName
{
color: #924870;
}
</style>
background-color css
<style>
a { background-color: #924870; }
a { background-color: rgb(146,72,112); }
div.DivClassName
{
background-color: #924870;
}
.BgClassName
{
background-color: #924870;
}
</style>
border-color css
<style>
span { border-color: #924870; }
span { border-color: rgb(146,72,112); }
td.TdClassName
{
border-color: #924870;
}
.TagClassName
{
border-color: #924870;
}
</style>