Shades of Cannon Pink #924D65
Tints of Cannon Pink #924D65
RGB
CMYK
RGB Variations
Color information
#924D65 (or 0x924D65) is known color: Cannon Pink. HEX triplet: 92, 4D and 65. RGB value is (146,77,101). Sum of RGB (Red+Green+Blue) = 146+77+101=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #924D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D65 is #6DB29A. Grayscale: #646464. Windows color (decimal): -7189147 or 6638994. OLE color: 6638994.
HSL color Cylindrical-coordinate representation of color #924D65: hue angle of 339.13º 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 #924D65 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 77 | 101 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.43 |
| HSL | 339.13º | 0.31% | 0.44% | - |
| HSV(B) | 339.13º | 0.47% | 0.57% | - |
| XYZ | 16.86 | 12.36 | 13.81 | - |
| YUV | 100.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 101 | 0 | 0.47 | 0.31 | 0.43 | 339.13 | 0.31 | 0.44 |
| Hex | 92 | 4D | 65 | 0 | 2F | 1F | 2B | 153 | 1F | 2C |
| Octal | 222 | 115 | 145 | 0 | 57 | 37 | 53 | 523 | 37 | 54 |
| Binary | 10010010 | 1001101 | 1100101 | 0 | 101111 | 11111 | 101011 | 101010011 | 11111 | 101100 |
Color Harmonies of #924D65
Complementary color
Monochromatic Colors of #924D65
Black with #924D65
Text Example
Text Example
White with #924D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924D65; }
p { color: rgb(146,77,101); }
H1.HeaderClassName
{
color: #924D65;
}
.AnyTagClassName
{
color: #924D65;
}
</style>
background-color css
<style>
a { background-color: #924D65; }
a { background-color: rgb(146,77,101); }
div.DivClassName
{
background-color: #924D65;
}
.BgClassName
{
background-color: #924D65;
}
</style>
border-color css
<style>
span { border-color: #924D65; }
span { border-color: rgb(146,77,101); }
td.TdClassName
{
border-color: #924D65;
}
.TagClassName
{
border-color: #924D65;
}
</style>