Shades of Cannon Pink #92516F
Tints of Cannon Pink #92516F
RGB
CMYK
RGB Variations
Color information
#92516F (or 0x92516F) is known color: Cannon Pink. HEX triplet: 92, 51 and 6F. RGB value is (146,81,111). Sum of RGB (Red+Green+Blue) = 146+81+111=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #92516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92516F is #6DAE90. Grayscale: #676767. Windows color (decimal): -7188113 or 7295378. OLE color: 7295378.
HSL color Cylindrical-coordinate representation of color #92516F: hue angle of 332.31º 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 #92516F is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 81 | 111 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.43 |
| HSL | 332.31º | 0.29% | 0.45% | - |
| HSV(B) | 332.31º | 0.45% | 0.57% | - |
| XYZ | 17.67 | 13.14 | 16.64 | - |
| YUV | 103.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 111 | 0 | 0.45 | 0.24 | 0.43 | 332.31 | 0.29 | 0.45 |
| Hex | 92 | 51 | 6F | 0 | 2D | 18 | 2B | 14C | 1D | 2D |
| Octal | 222 | 121 | 157 | 0 | 55 | 30 | 53 | 514 | 35 | 55 |
| Binary | 10010010 | 1010001 | 1101111 | 0 | 101101 | 11000 | 101011 | 101001100 | 11101 | 101101 |
Color Harmonies of #92516F
Complementary color
Monochromatic Colors of #92516F
Black with #92516F
Text Example
Text Example
White with #92516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92516F; }
p { color: rgb(146,81,111); }
H1.HeaderClassName
{
color: #92516F;
}
.AnyTagClassName
{
color: #92516F;
}
</style>
background-color css
<style>
a { background-color: #92516F; }
a { background-color: rgb(146,81,111); }
div.DivClassName
{
background-color: #92516F;
}
.BgClassName
{
background-color: #92516F;
}
</style>
border-color css
<style>
span { border-color: #92516F; }
span { border-color: rgb(146,81,111); }
td.TdClassName
{
border-color: #92516F;
}
.TagClassName
{
border-color: #92516F;
}
</style>