Shades of Cannon Pink #93486F
Tints of Cannon Pink #93486F
RGB
CMYK
RGB Variations
Color information
#93486F (or 0x93486F) is known color: Cannon Pink. HEX triplet: 93, 48 and 6F. RGB value is (147,72,111). Sum of RGB (Red+Green+Blue) = 147+72+111=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #93486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93486F is #6CB790. Grayscale: #626262. Windows color (decimal): -7124881 or 7293075. OLE color: 7293075.
HSL color Cylindrical-coordinate representation of color #93486F: hue angle of 328.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93486F is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 111 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.42 |
| HSL | 328.8º | 0.34% | 0.43% | - |
| HSV(B) | 328.8º | 0.51% | 0.58% | - |
| XYZ | 17.22 | 11.99 | 16.44 | - |
| YUV | 98.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 111 | 0 | 0.51 | 0.24 | 0.42 | 328.8 | 0.34 | 0.43 |
| Hex | 93 | 48 | 6F | 0 | 33 | 18 | 2A | 149 | 22 | 2B |
| Octal | 223 | 110 | 157 | 0 | 63 | 30 | 52 | 511 | 42 | 53 |
| Binary | 10010011 | 1001000 | 1101111 | 0 | 110011 | 11000 | 101010 | 101001001 | 100010 | 101011 |
Color Harmonies of #93486F
Complementary color
Monochromatic Colors of #93486F
Black with #93486F
Text Example
Text Example
White with #93486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93486F; }
p { color: rgb(147,72,111); }
H1.HeaderClassName
{
color: #93486F;
}
.AnyTagClassName
{
color: #93486F;
}
</style>
background-color css
<style>
a { background-color: #93486F; }
a { background-color: rgb(147,72,111); }
div.DivClassName
{
background-color: #93486F;
}
.BgClassName
{
background-color: #93486F;
}
</style>
border-color css
<style>
span { border-color: #93486F; }
span { border-color: rgb(147,72,111); }
td.TdClassName
{
border-color: #93486F;
}
.TagClassName
{
border-color: #93486F;
}
</style>