Shades of Cannon Pink #93516B
Tints of Cannon Pink #93516B
RGB
CMYK
RGB Variations
Color information
#93516B (or 0x93516B) is known color: Cannon Pink. HEX triplet: 93, 51 and 6B. RGB value is (147,81,107). Sum of RGB (Red+Green+Blue) = 147+81+107=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #93516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93516B is #6CAE94. Grayscale: #676767. Windows color (decimal): -7122581 or 7033235. OLE color: 7033235.
HSL color Cylindrical-coordinate representation of color #93516B: hue angle of 336.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93516B is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 107 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.42 |
| HSL | 336.36º | 0.29% | 0.45% | - |
| HSV(B) | 336.36º | 0.45% | 0.58% | - |
| XYZ | 17.63 | 13.15 | 15.52 | - |
| YUV | 103.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 107 | 0 | 0.45 | 0.27 | 0.42 | 336.36 | 0.29 | 0.45 |
| Hex | 93 | 51 | 6B | 0 | 2D | 1B | 2A | 150 | 1D | 2D |
| Octal | 223 | 121 | 153 | 0 | 55 | 33 | 52 | 520 | 35 | 55 |
| Binary | 10010011 | 1010001 | 1101011 | 0 | 101101 | 11011 | 101010 | 101010000 | 11101 | 101101 |
Color Harmonies of #93516B
Complementary color
Monochromatic Colors of #93516B
Black with #93516B
Text Example
Text Example
White with #93516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93516B; }
p { color: rgb(147,81,107); }
H1.HeaderClassName
{
color: #93516B;
}
.AnyTagClassName
{
color: #93516B;
}
</style>
background-color css
<style>
a { background-color: #93516B; }
a { background-color: rgb(147,81,107); }
div.DivClassName
{
background-color: #93516B;
}
.BgClassName
{
background-color: #93516B;
}
</style>
border-color css
<style>
span { border-color: #93516B; }
span { border-color: rgb(147,81,107); }
td.TdClassName
{
border-color: #93516B;
}
.TagClassName
{
border-color: #93516B;
}
</style>