Shades of Cannon Pink #92526C
Tints of Cannon Pink #92526C
RGB
CMYK
RGB Variations
Color information
#92526C (or 0x92526C) is known color: Cannon Pink. HEX triplet: 92, 52 and 6C. RGB value is (146,82,108). Sum of RGB (Red+Green+Blue) = 146+82+108=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #92526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92526C is #6DAD93. Grayscale: #686868. Windows color (decimal): -7187860 or 7099026. OLE color: 7099026.
HSL color Cylindrical-coordinate representation of color #92526C: hue angle of 335.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92526C is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 108 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.43 |
| HSL | 335.63º | 0.28% | 0.45% | - |
| HSV(B) | 335.63º | 0.44% | 0.57% | - |
| XYZ | 17.58 | 13.23 | 15.81 | - |
| YUV | 104.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 108 | 0 | 0.44 | 0.26 | 0.43 | 335.63 | 0.28 | 0.45 |
| Hex | 92 | 52 | 6C | 0 | 2C | 1A | 2B | 150 | 1C | 2D |
| Octal | 222 | 122 | 154 | 0 | 54 | 32 | 53 | 520 | 34 | 55 |
| Binary | 10010010 | 1010010 | 1101100 | 0 | 101100 | 11010 | 101011 | 101010000 | 11100 | 101101 |
Color Harmonies of #92526C
Complementary color
Monochromatic Colors of #92526C
Black with #92526C
Text Example
Text Example
White with #92526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92526C; }
p { color: rgb(146,82,108); }
H1.HeaderClassName
{
color: #92526C;
}
.AnyTagClassName
{
color: #92526C;
}
</style>
background-color css
<style>
a { background-color: #92526C; }
a { background-color: rgb(146,82,108); }
div.DivClassName
{
background-color: #92526C;
}
.BgClassName
{
background-color: #92526C;
}
</style>
border-color css
<style>
span { border-color: #92526C; }
span { border-color: rgb(146,82,108); }
td.TdClassName
{
border-color: #92526C;
}
.TagClassName
{
border-color: #92526C;
}
</style>