Shades of Cannon Pink #924875
Tints of Cannon Pink #924875
RGB
CMYK
RGB Variations
Color information
#924875 (or 0x924875) is known color: Cannon Pink. HEX triplet: 92, 48 and 75. RGB value is (146,72,117). Sum of RGB (Red+Green+Blue) = 146+72+117=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #924875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924875 is #6DB78A. Grayscale: #636363. Windows color (decimal): -7190411 or 7686290. OLE color: 7686290.
HSL color Cylindrical-coordinate representation of color #924875: hue angle of 323.51º 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 #924875 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 72 | 117 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.43 |
| HSL | 323.51º | 0.34% | 0.43% | - |
| HSV(B) | 323.51º | 0.51% | 0.57% | - |
| XYZ | 17.38 | 12.03 | 18.24 | - |
| YUV | 99.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 72 | 117 | 0 | 0.51 | 0.20 | 0.43 | 323.51 | 0.34 | 0.43 |
| Hex | 92 | 48 | 75 | 0 | 33 | 14 | 2B | 144 | 22 | 2B |
| Octal | 222 | 110 | 165 | 0 | 63 | 24 | 53 | 504 | 42 | 53 |
| Binary | 10010010 | 1001000 | 1110101 | 0 | 110011 | 10100 | 101011 | 101000100 | 100010 | 101011 |
Color Harmonies of #924875
Complementary color
Monochromatic Colors of #924875
Black with #924875
Text Example
Text Example
White with #924875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924875; }
p { color: rgb(146,72,117); }
H1.HeaderClassName
{
color: #924875;
}
.AnyTagClassName
{
color: #924875;
}
</style>
background-color css
<style>
a { background-color: #924875; }
a { background-color: rgb(146,72,117); }
div.DivClassName
{
background-color: #924875;
}
.BgClassName
{
background-color: #924875;
}
</style>
border-color css
<style>
span { border-color: #924875; }
span { border-color: rgb(146,72,117); }
td.TdClassName
{
border-color: #924875;
}
.TagClassName
{
border-color: #924875;
}
</style>