Shades of Cannon Pink #924C6C
Tints of Cannon Pink #924C6C
RGB
CMYK
RGB Variations
Color information
#924C6C (or 0x924C6C) is known color: Cannon Pink. HEX triplet: 92, 4C and 6C. RGB value is (146,76,108). Sum of RGB (Red+Green+Blue) = 146+76+108=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #924C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924C6C is #6DB393. Grayscale: #646464. Windows color (decimal): -7189396 or 7097490. OLE color: 7097490.
HSL color Cylindrical-coordinate representation of color #924C6C: hue angle of 332.57º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #924C6C is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 108 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.43 |
| HSL | 332.57º | 0.32% | 0.44% | - |
| HSV(B) | 332.57º | 0.48% | 0.57% | - |
| XYZ | 17.15 | 12.36 | 15.67 | - |
| YUV | 100.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 108 | 0 | 0.48 | 0.26 | 0.43 | 332.57 | 0.32 | 0.44 |
| Hex | 92 | 4C | 6C | 0 | 30 | 1A | 2B | 14D | 20 | 2C |
| Octal | 222 | 114 | 154 | 0 | 60 | 32 | 53 | 515 | 40 | 54 |
| Binary | 10010010 | 1001100 | 1101100 | 0 | 110000 | 11010 | 101011 | 101001101 | 100000 | 101100 |
Color Harmonies of #924C6C
Complementary color
Monochromatic Colors of #924C6C
Black with #924C6C
Text Example
Text Example
White with #924C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C6C; }
p { color: rgb(146,76,108); }
H1.HeaderClassName
{
color: #924C6C;
}
.AnyTagClassName
{
color: #924C6C;
}
</style>
background-color css
<style>
a { background-color: #924C6C; }
a { background-color: rgb(146,76,108); }
div.DivClassName
{
background-color: #924C6C;
}
.BgClassName
{
background-color: #924C6C;
}
</style>
border-color css
<style>
span { border-color: #924C6C; }
span { border-color: rgb(146,76,108); }
td.TdClassName
{
border-color: #924C6C;
}
.TagClassName
{
border-color: #924C6C;
}
</style>