Shades of Cannon Pink #92536D
Tints of Cannon Pink #92536D
RGB
CMYK
RGB Variations
Color information
#92536D (or 0x92536D) is known color: Cannon Pink. HEX triplet: 92, 53 and 6D. RGB value is (146,83,109). Sum of RGB (Red+Green+Blue) = 146+83+109=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #92536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92536D is #6DAC92. Grayscale: #686868. Windows color (decimal): -7187603 or 7164818. OLE color: 7164818.
HSL color Cylindrical-coordinate representation of color #92536D: hue angle of 335.24º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92536D is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 83 | 109 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.43 |
| HSL | 335.24º | 0.28% | 0.45% | - |
| HSV(B) | 335.24º | 0.43% | 0.57% | - |
| XYZ | 17.71 | 13.4 | 16.12 | - |
| YUV | 104.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 109 | 0 | 0.43 | 0.25 | 0.43 | 335.24 | 0.28 | 0.45 |
| Hex | 92 | 53 | 6D | 0 | 2B | 19 | 2B | 14F | 1C | 2D |
| Octal | 222 | 123 | 155 | 0 | 53 | 31 | 53 | 517 | 34 | 55 |
| Binary | 10010010 | 1010011 | 1101101 | 0 | 101011 | 11001 | 101011 | 101001111 | 11100 | 101101 |
Color Harmonies of #92536D
Complementary color
Monochromatic Colors of #92536D
Black with #92536D
Text Example
Text Example
White with #92536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92536D; }
p { color: rgb(146,83,109); }
H1.HeaderClassName
{
color: #92536D;
}
.AnyTagClassName
{
color: #92536D;
}
</style>
background-color css
<style>
a { background-color: #92536D; }
a { background-color: rgb(146,83,109); }
div.DivClassName
{
background-color: #92536D;
}
.BgClassName
{
background-color: #92536D;
}
</style>
border-color css
<style>
span { border-color: #92536D; }
span { border-color: rgb(146,83,109); }
td.TdClassName
{
border-color: #92536D;
}
.TagClassName
{
border-color: #92536D;
}
</style>