Shades of Cannon Pink #924C6E
Tints of Cannon Pink #924C6E
RGB
CMYK
RGB Variations
Color information
#924C6E (or 0x924C6E) is known color: Cannon Pink. HEX triplet: 92, 4C and 6E. RGB value is (146,76,110). Sum of RGB (Red+Green+Blue) = 146+76+110=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #924C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924C6E is #6DB391. Grayscale: #646464. Windows color (decimal): -7189394 or 7228562. OLE color: 7228562.
HSL color Cylindrical-coordinate representation of color #924C6E: hue angle of 330.86º 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 #924C6E is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 110 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.43 |
| HSL | 330.86º | 0.32% | 0.44% | - |
| HSV(B) | 330.86º | 0.48% | 0.57% | - |
| XYZ | 17.25 | 12.41 | 16.24 | - |
| YUV | 100.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 110 | 0 | 0.48 | 0.25 | 0.43 | 330.86 | 0.32 | 0.44 |
| Hex | 92 | 4C | 6E | 0 | 30 | 19 | 2B | 14B | 20 | 2C |
| Octal | 222 | 114 | 156 | 0 | 60 | 31 | 53 | 513 | 40 | 54 |
| Binary | 10010010 | 1001100 | 1101110 | 0 | 110000 | 11001 | 101011 | 101001011 | 100000 | 101100 |
Color Harmonies of #924C6E
Complementary color
Monochromatic Colors of #924C6E
Black with #924C6E
Text Example
Text Example
White with #924C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C6E; }
p { color: rgb(146,76,110); }
H1.HeaderClassName
{
color: #924C6E;
}
.AnyTagClassName
{
color: #924C6E;
}
</style>
background-color css
<style>
a { background-color: #924C6E; }
a { background-color: rgb(146,76,110); }
div.DivClassName
{
background-color: #924C6E;
}
.BgClassName
{
background-color: #924C6E;
}
</style>
border-color css
<style>
span { border-color: #924C6E; }
span { border-color: rgb(146,76,110); }
td.TdClassName
{
border-color: #924C6E;
}
.TagClassName
{
border-color: #924C6E;
}
</style>