Shades of Cannon Pink #924D70
Tints of Cannon Pink #924D70
RGB
CMYK
RGB Variations
Color information
#924D70 (or 0x924D70) is known color: Cannon Pink. HEX triplet: 92, 4D and 70. RGB value is (146,77,112). Sum of RGB (Red+Green+Blue) = 146+77+112=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #924D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D70 is #6DB28F. Grayscale: #656565. Windows color (decimal): -7189136 or 7359890. OLE color: 7359890.
HSL color Cylindrical-coordinate representation of color #924D70: hue angle of 329.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #924D70 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 77 | 112 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.43 |
| HSL | 329.57º | 0.31% | 0.44% | - |
| HSV(B) | 329.57º | 0.47% | 0.57% | - |
| XYZ | 17.43 | 12.59 | 16.84 | - |
| YUV | 101.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 112 | 0 | 0.47 | 0.23 | 0.43 | 329.57 | 0.31 | 0.44 |
| Hex | 92 | 4D | 70 | 0 | 2F | 17 | 2B | 14A | 1F | 2C |
| Octal | 222 | 115 | 160 | 0 | 57 | 27 | 53 | 512 | 37 | 54 |
| Binary | 10010010 | 1001101 | 1110000 | 0 | 101111 | 10111 | 101011 | 101001010 | 11111 | 101100 |
Color Harmonies of #924D70
Complementary color
Monochromatic Colors of #924D70
Black with #924D70
Text Example
Text Example
White with #924D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924D70; }
p { color: rgb(146,77,112); }
H1.HeaderClassName
{
color: #924D70;
}
.AnyTagClassName
{
color: #924D70;
}
</style>
background-color css
<style>
a { background-color: #924D70; }
a { background-color: rgb(146,77,112); }
div.DivClassName
{
background-color: #924D70;
}
.BgClassName
{
background-color: #924D70;
}
</style>
border-color css
<style>
span { border-color: #924D70; }
span { border-color: rgb(146,77,112); }
td.TdClassName
{
border-color: #924D70;
}
.TagClassName
{
border-color: #924D70;
}
</style>