Shades of Cannon Pink #924C6B
Tints of Cannon Pink #924C6B
RGB
CMYK
RGB Variations
Color information
#924C6B (or 0x924C6B) is known color: Cannon Pink. HEX triplet: 92, 4C and 6B. RGB value is (146,76,107). Sum of RGB (Red+Green+Blue) = 146+76+107=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #924C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924C6B is #6DB394. Grayscale: #646464. Windows color (decimal): -7189397 or 7031954. OLE color: 7031954.
HSL color Cylindrical-coordinate representation of color #924C6B: hue angle of 333.43º 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 #924C6B is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 107 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.43 |
| HSL | 333.43º | 0.32% | 0.44% | - |
| HSV(B) | 333.43º | 0.48% | 0.57% | - |
| XYZ | 17.09 | 12.34 | 15.39 | - |
| YUV | 100.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 107 | 0 | 0.48 | 0.27 | 0.43 | 333.43 | 0.32 | 0.44 |
| Hex | 92 | 4C | 6B | 0 | 30 | 1B | 2B | 14D | 20 | 2C |
| Octal | 222 | 114 | 153 | 0 | 60 | 33 | 53 | 515 | 40 | 54 |
| Binary | 10010010 | 1001100 | 1101011 | 0 | 110000 | 11011 | 101011 | 101001101 | 100000 | 101100 |
Color Harmonies of #924C6B
Complementary color
Monochromatic Colors of #924C6B
Black with #924C6B
Text Example
Text Example
White with #924C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C6B; }
p { color: rgb(146,76,107); }
H1.HeaderClassName
{
color: #924C6B;
}
.AnyTagClassName
{
color: #924C6B;
}
</style>
background-color css
<style>
a { background-color: #924C6B; }
a { background-color: rgb(146,76,107); }
div.DivClassName
{
background-color: #924C6B;
}
.BgClassName
{
background-color: #924C6B;
}
</style>
border-color css
<style>
span { border-color: #924C6B; }
span { border-color: rgb(146,76,107); }
td.TdClassName
{
border-color: #924C6B;
}
.TagClassName
{
border-color: #924C6B;
}
</style>