Shades of Cannon Pink #92516C
Tints of Cannon Pink #92516C
RGB
CMYK
RGB Variations
Color information
#92516C (or 0x92516C) is known color: Cannon Pink. HEX triplet: 92, 51 and 6C. RGB value is (146,81,108). Sum of RGB (Red+Green+Blue) = 146+81+108=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #92516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92516C is #6DAE93. Grayscale: #676767. Windows color (decimal): -7188116 or 7098770. OLE color: 7098770.
HSL color Cylindrical-coordinate representation of color #92516C: hue angle of 335.08º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92516C is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 81 | 108 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.43 |
| HSL | 335.08º | 0.29% | 0.45% | - |
| HSV(B) | 335.08º | 0.45% | 0.57% | - |
| XYZ | 17.5 | 13.08 | 15.79 | - |
| YUV | 103.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 108 | 0 | 0.45 | 0.26 | 0.43 | 335.08 | 0.29 | 0.45 |
| Hex | 92 | 51 | 6C | 0 | 2D | 1A | 2B | 14F | 1D | 2D |
| Octal | 222 | 121 | 154 | 0 | 55 | 32 | 53 | 517 | 35 | 55 |
| Binary | 10010010 | 1010001 | 1101100 | 0 | 101101 | 11010 | 101011 | 101001111 | 11101 | 101101 |
Color Harmonies of #92516C
Complementary color
Monochromatic Colors of #92516C
Black with #92516C
Text Example
Text Example
White with #92516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92516C; }
p { color: rgb(146,81,108); }
H1.HeaderClassName
{
color: #92516C;
}
.AnyTagClassName
{
color: #92516C;
}
</style>
background-color css
<style>
a { background-color: #92516C; }
a { background-color: rgb(146,81,108); }
div.DivClassName
{
background-color: #92516C;
}
.BgClassName
{
background-color: #92516C;
}
</style>
border-color css
<style>
span { border-color: #92516C; }
span { border-color: rgb(146,81,108); }
td.TdClassName
{
border-color: #92516C;
}
.TagClassName
{
border-color: #92516C;
}
</style>