Shades of Cannon Pink #924F6E
Tints of Cannon Pink #924F6E
RGB
CMYK
RGB Variations
Color information
#924F6E (or 0x924F6E) is known color: Cannon Pink. HEX triplet: 92, 4F and 6E. RGB value is (146,79,110). Sum of RGB (Red+Green+Blue) = 146+79+110=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #924F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924F6E is #6DB091. Grayscale: #666666. Windows color (decimal): -7188626 or 7229330. OLE color: 7229330.
HSL color Cylindrical-coordinate representation of color #924F6E: hue angle of 332.24º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #924F6E is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 79 | 110 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.43 |
| HSL | 332.24º | 0.3% | 0.44% | - |
| HSV(B) | 332.24º | 0.46% | 0.57% | - |
| XYZ | 17.46 | 12.83 | 16.31 | - |
| YUV | 102.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 110 | 0 | 0.46 | 0.25 | 0.43 | 332.24 | 0.3 | 0.44 |
| Hex | 92 | 4F | 6E | 0 | 2E | 19 | 2B | 14C | 1E | 2C |
| Octal | 222 | 117 | 156 | 0 | 56 | 31 | 53 | 514 | 36 | 54 |
| Binary | 10010010 | 1001111 | 1101110 | 0 | 101110 | 11001 | 101011 | 101001100 | 11110 | 101100 |
Color Harmonies of #924F6E
Complementary color
Monochromatic Colors of #924F6E
Black with #924F6E
Text Example
Text Example
White with #924F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924F6E; }
p { color: rgb(146,79,110); }
H1.HeaderClassName
{
color: #924F6E;
}
.AnyTagClassName
{
color: #924F6E;
}
</style>
background-color css
<style>
a { background-color: #924F6E; }
a { background-color: rgb(146,79,110); }
div.DivClassName
{
background-color: #924F6E;
}
.BgClassName
{
background-color: #924F6E;
}
</style>
border-color css
<style>
span { border-color: #924F6E; }
span { border-color: rgb(146,79,110); }
td.TdClassName
{
border-color: #924F6E;
}
.TagClassName
{
border-color: #924F6E;
}
</style>