Shades of Cannon Pink #924D6B
Tints of Cannon Pink #924D6B
RGB
CMYK
RGB Variations
Color information
#924D6B (or 0x924D6B) is known color: Cannon Pink. HEX triplet: 92, 4D and 6B. RGB value is (146,77,107). Sum of RGB (Red+Green+Blue) = 146+77+107=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #924D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D6B is #6DB294. Grayscale: #646464. Windows color (decimal): -7189141 or 7032210. OLE color: 7032210.
HSL color Cylindrical-coordinate representation of color #924D6B: hue angle of 333.91º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #924D6B is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 77 | 107 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.43 |
| HSL | 333.91º | 0.31% | 0.44% | - |
| HSV(B) | 333.91º | 0.47% | 0.57% | - |
| XYZ | 17.16 | 12.48 | 15.41 | - |
| YUV | 101.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 107 | 0 | 0.47 | 0.27 | 0.43 | 333.91 | 0.31 | 0.44 |
| Hex | 92 | 4D | 6B | 0 | 2F | 1B | 2B | 14E | 1F | 2C |
| Octal | 222 | 115 | 153 | 0 | 57 | 33 | 53 | 516 | 37 | 54 |
| Binary | 10010010 | 1001101 | 1101011 | 0 | 101111 | 11011 | 101011 | 101001110 | 11111 | 101100 |
Color Harmonies of #924D6B
Complementary color
Monochromatic Colors of #924D6B
Black with #924D6B
Text Example
Text Example
White with #924D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924D6B; }
p { color: rgb(146,77,107); }
H1.HeaderClassName
{
color: #924D6B;
}
.AnyTagClassName
{
color: #924D6B;
}
</style>
background-color css
<style>
a { background-color: #924D6B; }
a { background-color: rgb(146,77,107); }
div.DivClassName
{
background-color: #924D6B;
}
.BgClassName
{
background-color: #924D6B;
}
</style>
border-color css
<style>
span { border-color: #924D6B; }
span { border-color: rgb(146,77,107); }
td.TdClassName
{
border-color: #924D6B;
}
.TagClassName
{
border-color: #924D6B;
}
</style>