Shades of Cannon Pink #93536C
Tints of Cannon Pink #93536C
RGB
CMYK
RGB Variations
Color information
#93536C (or 0x93536C) is known color: Cannon Pink. HEX triplet: 93, 53 and 6C. RGB value is (147,83,108). Sum of RGB (Red+Green+Blue) = 147+83+108=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93536C is #6CAC93. Grayscale: #686868. Windows color (decimal): -7122068 or 7099283. OLE color: 7099283.
HSL color Cylindrical-coordinate representation of color #93536C: hue angle of 336.56º 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 #93536C is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 108 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.42 |
| HSL | 336.56º | 0.28% | 0.45% | - |
| HSV(B) | 336.56º | 0.44% | 0.58% | - |
| XYZ | 17.83 | 13.47 | 15.85 | - |
| YUV | 104.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 108 | 0 | 0.44 | 0.27 | 0.42 | 336.56 | 0.28 | 0.45 |
| Hex | 93 | 53 | 6C | 0 | 2C | 1B | 2A | 151 | 1C | 2D |
| Octal | 223 | 123 | 154 | 0 | 54 | 33 | 52 | 521 | 34 | 55 |
| Binary | 10010011 | 1010011 | 1101100 | 0 | 101100 | 11011 | 101010 | 101010001 | 11100 | 101101 |
Color Harmonies of #93536C
Complementary color
Monochromatic Colors of #93536C
Black with #93536C
Text Example
Text Example
White with #93536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93536C; }
p { color: rgb(147,83,108); }
H1.HeaderClassName
{
color: #93536C;
}
.AnyTagClassName
{
color: #93536C;
}
</style>
background-color css
<style>
a { background-color: #93536C; }
a { background-color: rgb(147,83,108); }
div.DivClassName
{
background-color: #93536C;
}
.BgClassName
{
background-color: #93536C;
}
</style>
border-color css
<style>
span { border-color: #93536C; }
span { border-color: rgb(147,83,108); }
td.TdClassName
{
border-color: #93536C;
}
.TagClassName
{
border-color: #93536C;
}
</style>