Shades of Cannon Pink #924F66
Tints of Cannon Pink #924F66
RGB
CMYK
RGB Variations
Color information
#924F66 (or 0x924F66) is known color: Cannon Pink. HEX triplet: 92, 4F and 66. RGB value is (146,79,102). Sum of RGB (Red+Green+Blue) = 146+79+102=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #924F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924F66 is #6DB099. Grayscale: #656565. Windows color (decimal): -7188634 or 6705042. OLE color: 6705042.
HSL color Cylindrical-coordinate representation of color #924F66: hue angle of 339.4º 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 #924F66 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 79 | 102 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.43 |
| HSL | 339.4º | 0.3% | 0.44% | - |
| HSV(B) | 339.4º | 0.46% | 0.57% | - |
| XYZ | 17.05 | 12.66 | 14.12 | - |
| YUV | 101.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 102 | 0 | 0.46 | 0.30 | 0.43 | 339.4 | 0.3 | 0.44 |
| Hex | 92 | 4F | 66 | 0 | 2E | 1E | 2B | 153 | 1E | 2C |
| Octal | 222 | 117 | 146 | 0 | 56 | 36 | 53 | 523 | 36 | 54 |
| Binary | 10010010 | 1001111 | 1100110 | 0 | 101110 | 11110 | 101011 | 101010011 | 11110 | 101100 |
Color Harmonies of #924F66
Complementary color
Monochromatic Colors of #924F66
Black with #924F66
Text Example
Text Example
White with #924F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924F66; }
p { color: rgb(146,79,102); }
H1.HeaderClassName
{
color: #924F66;
}
.AnyTagClassName
{
color: #924F66;
}
</style>
background-color css
<style>
a { background-color: #924F66; }
a { background-color: rgb(146,79,102); }
div.DivClassName
{
background-color: #924F66;
}
.BgClassName
{
background-color: #924F66;
}
</style>
border-color css
<style>
span { border-color: #924F66; }
span { border-color: rgb(146,79,102); }
td.TdClassName
{
border-color: #924F66;
}
.TagClassName
{
border-color: #924F66;
}
</style>