Shades of Cannon Pink #924C6F
Tints of Cannon Pink #924C6F
RGB
CMYK
RGB Variations
Color information
#924C6F (or 0x924C6F) is known color: Cannon Pink. HEX triplet: 92, 4C and 6F. RGB value is (146,76,111). Sum of RGB (Red+Green+Blue) = 146+76+111=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #924C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924C6F is #6DB390. Grayscale: #646464. Windows color (decimal): -7189393 or 7294098. OLE color: 7294098.
HSL color Cylindrical-coordinate representation of color #924C6F: hue angle of 330º 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 #924C6F is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 111 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.43 |
| HSL | 330º | 0.32% | 0.44% | - |
| HSV(B) | 330º | 0.48% | 0.57% | - |
| XYZ | 17.31 | 12.43 | 16.53 | - |
| YUV | 100.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 111 | 0 | 0.48 | 0.24 | 0.43 | 330 | 0.32 | 0.44 |
| Hex | 92 | 4C | 6F | 0 | 30 | 18 | 2B | 14A | 20 | 2C |
| Octal | 222 | 114 | 157 | 0 | 60 | 30 | 53 | 512 | 40 | 54 |
| Binary | 10010010 | 1001100 | 1101111 | 0 | 110000 | 11000 | 101011 | 101001010 | 100000 | 101100 |
Color Harmonies of #924C6F
Complementary color
Monochromatic Colors of #924C6F
Black with #924C6F
Text Example
Text Example
White with #924C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C6F; }
p { color: rgb(146,76,111); }
H1.HeaderClassName
{
color: #924C6F;
}
.AnyTagClassName
{
color: #924C6F;
}
</style>
background-color css
<style>
a { background-color: #924C6F; }
a { background-color: rgb(146,76,111); }
div.DivClassName
{
background-color: #924C6F;
}
.BgClassName
{
background-color: #924C6F;
}
</style>
border-color css
<style>
span { border-color: #924C6F; }
span { border-color: rgb(146,76,111); }
td.TdClassName
{
border-color: #924C6F;
}
.TagClassName
{
border-color: #924C6F;
}
</style>