Shades of Cannon Pink #92526D
Tints of Cannon Pink #92526D
RGB
CMYK
RGB Variations
Color information
#92526D (or 0x92526D) is known color: Cannon Pink. HEX triplet: 92, 52 and 6D. RGB value is (146,82,109). Sum of RGB (Red+Green+Blue) = 146+82+109=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #92526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92526D is #6DAD92. Grayscale: #686868. Windows color (decimal): -7187859 or 7164562. OLE color: 7164562.
HSL color Cylindrical-coordinate representation of color #92526D: hue angle of 334.69º 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 #92526D is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 109 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.43 |
| HSL | 334.69º | 0.28% | 0.45% | - |
| HSV(B) | 334.69º | 0.44% | 0.57% | - |
| XYZ | 17.63 | 13.25 | 16.1 | - |
| YUV | 104.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 109 | 0 | 0.44 | 0.25 | 0.43 | 334.69 | 0.28 | 0.45 |
| Hex | 92 | 52 | 6D | 0 | 2C | 19 | 2B | 14F | 1C | 2D |
| Octal | 222 | 122 | 155 | 0 | 54 | 31 | 53 | 517 | 34 | 55 |
| Binary | 10010010 | 1010010 | 1101101 | 0 | 101100 | 11001 | 101011 | 101001111 | 11100 | 101101 |
Color Harmonies of #92526D
Complementary color
Monochromatic Colors of #92526D
Black with #92526D
Text Example
Text Example
White with #92526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92526D; }
p { color: rgb(146,82,109); }
H1.HeaderClassName
{
color: #92526D;
}
.AnyTagClassName
{
color: #92526D;
}
</style>
background-color css
<style>
a { background-color: #92526D; }
a { background-color: rgb(146,82,109); }
div.DivClassName
{
background-color: #92526D;
}
.BgClassName
{
background-color: #92526D;
}
</style>
border-color css
<style>
span { border-color: #92526D; }
span { border-color: rgb(146,82,109); }
td.TdClassName
{
border-color: #92526D;
}
.TagClassName
{
border-color: #92526D;
}
</style>