Shades of Cannon Pink #92536C
Tints of Cannon Pink #92536C
RGB
CMYK
RGB Variations
Color information
#92536C (or 0x92536C) is known color: Cannon Pink. HEX triplet: 92, 53 and 6C. RGB value is (146,83,108). Sum of RGB (Red+Green+Blue) = 146+83+108=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #92536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92536C is #6DAC93. Grayscale: #686868. Windows color (decimal): -7187604 or 7099282. OLE color: 7099282.
HSL color Cylindrical-coordinate representation of color #92536C: hue angle of 336.19º 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 #92536C is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 83 | 108 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.43 |
| HSL | 336.19º | 0.28% | 0.45% | - |
| HSV(B) | 336.19º | 0.43% | 0.57% | - |
| XYZ | 17.65 | 13.38 | 15.84 | - |
| YUV | 104.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 108 | 0 | 0.43 | 0.26 | 0.43 | 336.19 | 0.28 | 0.45 |
| Hex | 92 | 53 | 6C | 0 | 2B | 1A | 2B | 150 | 1C | 2D |
| Octal | 222 | 123 | 154 | 0 | 53 | 32 | 53 | 520 | 34 | 55 |
| Binary | 10010010 | 1010011 | 1101100 | 0 | 101011 | 11010 | 101011 | 101010000 | 11100 | 101101 |
Color Harmonies of #92536C
Complementary color
Monochromatic Colors of #92536C
Black with #92536C
Text Example
Text Example
White with #92536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92536C; }
p { color: rgb(146,83,108); }
H1.HeaderClassName
{
color: #92536C;
}
.AnyTagClassName
{
color: #92536C;
}
</style>
background-color css
<style>
a { background-color: #92536C; }
a { background-color: rgb(146,83,108); }
div.DivClassName
{
background-color: #92536C;
}
.BgClassName
{
background-color: #92536C;
}
</style>
border-color css
<style>
span { border-color: #92536C; }
span { border-color: rgb(146,83,108); }
td.TdClassName
{
border-color: #92536C;
}
.TagClassName
{
border-color: #92536C;
}
</style>