Shades of Cannon Pink #93536E
Tints of Cannon Pink #93536E
RGB
CMYK
RGB Variations
Color information
#93536E (or 0x93536E) is known color: Cannon Pink. HEX triplet: 93, 53 and 6E. RGB value is (147,83,110). Sum of RGB (Red+Green+Blue) = 147+83+110=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93536E is #6CAC91. Grayscale: #696969. Windows color (decimal): -7122066 or 7230355. OLE color: 7230355.
HSL color Cylindrical-coordinate representation of color #93536E: hue angle of 334.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93536E is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 110 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.42 |
| HSL | 334.69º | 0.28% | 0.45% | - |
| HSV(B) | 334.69º | 0.44% | 0.58% | - |
| XYZ | 17.94 | 13.52 | 16.42 | - |
| YUV | 105.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 110 | 0 | 0.44 | 0.25 | 0.42 | 334.69 | 0.28 | 0.45 |
| Hex | 93 | 53 | 6E | 0 | 2C | 19 | 2A | 14F | 1C | 2D |
| Octal | 223 | 123 | 156 | 0 | 54 | 31 | 52 | 517 | 34 | 55 |
| Binary | 10010011 | 1010011 | 1101110 | 0 | 101100 | 11001 | 101010 | 101001111 | 11100 | 101101 |
Color Harmonies of #93536E
Complementary color
Monochromatic Colors of #93536E
Black with #93536E
Text Example
Text Example
White with #93536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93536E; }
p { color: rgb(147,83,110); }
H1.HeaderClassName
{
color: #93536E;
}
.AnyTagClassName
{
color: #93536E;
}
</style>
background-color css
<style>
a { background-color: #93536E; }
a { background-color: rgb(147,83,110); }
div.DivClassName
{
background-color: #93536E;
}
.BgClassName
{
background-color: #93536E;
}
</style>
border-color css
<style>
span { border-color: #93536E; }
span { border-color: rgb(147,83,110); }
td.TdClassName
{
border-color: #93536E;
}
.TagClassName
{
border-color: #93536E;
}
</style>