Shades of Cannon Pink #924E76
Tints of Cannon Pink #924E76
RGB
CMYK
RGB Variations
Color information
#924E76 (or 0x924E76) is known color: Cannon Pink. HEX triplet: 92, 4E and 76. RGB value is (146,78,118). Sum of RGB (Red+Green+Blue) = 146+78+118=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #924E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924E76 is #6DB189. Grayscale: #666666. Windows color (decimal): -7188874 or 7753362. OLE color: 7753362.
HSL color Cylindrical-coordinate representation of color #924E76: hue angle of 324.71º degrees, saturation: 0.3, 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 #924E76 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 78 | 118 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.43 |
| HSL | 324.71º | 0.3% | 0.44% | - |
| HSV(B) | 324.71º | 0.47% | 0.57% | - |
| XYZ | 17.85 | 12.87 | 18.68 | - |
| YUV | 102.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 118 | 0 | 0.47 | 0.19 | 0.43 | 324.71 | 0.3 | 0.44 |
| Hex | 92 | 4E | 76 | 0 | 2F | 13 | 2B | 145 | 1E | 2C |
| Octal | 222 | 116 | 166 | 0 | 57 | 23 | 53 | 505 | 36 | 54 |
| Binary | 10010010 | 1001110 | 1110110 | 0 | 101111 | 10011 | 101011 | 101000101 | 11110 | 101100 |
Color Harmonies of #924E76
Complementary color
Monochromatic Colors of #924E76
Black with #924E76
Text Example
Text Example
White with #924E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924E76; }
p { color: rgb(146,78,118); }
H1.HeaderClassName
{
color: #924E76;
}
.AnyTagClassName
{
color: #924E76;
}
</style>
background-color css
<style>
a { background-color: #924E76; }
a { background-color: rgb(146,78,118); }
div.DivClassName
{
background-color: #924E76;
}
.BgClassName
{
background-color: #924E76;
}
</style>
border-color css
<style>
span { border-color: #924E76; }
span { border-color: rgb(146,78,118); }
td.TdClassName
{
border-color: #924E76;
}
.TagClassName
{
border-color: #924E76;
}
</style>