Shades of Cannon Pink #93536A
Tints of Cannon Pink #93536A
RGB
CMYK
RGB Variations
Color information
#93536A (or 0x93536A) is known color: Cannon Pink. HEX triplet: 93, 53 and 6A. RGB value is (147,83,106). Sum of RGB (Red+Green+Blue) = 147+83+106=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93536A is #6CAC95. Grayscale: #686868. Windows color (decimal): -7122070 or 6968211. OLE color: 6968211.
HSL color Cylindrical-coordinate representation of color #93536A: hue angle of 338.44º 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 #93536A is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 106 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.42 |
| HSL | 338.44º | 0.28% | 0.45% | - |
| HSV(B) | 338.44º | 0.44% | 0.58% | - |
| XYZ | 17.73 | 13.43 | 15.29 | - |
| YUV | 104.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 106 | 0 | 0.44 | 0.28 | 0.42 | 338.44 | 0.28 | 0.45 |
| Hex | 93 | 53 | 6A | 0 | 2C | 1C | 2A | 152 | 1C | 2D |
| Octal | 223 | 123 | 152 | 0 | 54 | 34 | 52 | 522 | 34 | 55 |
| Binary | 10010011 | 1010011 | 1101010 | 0 | 101100 | 11100 | 101010 | 101010010 | 11100 | 101101 |
Color Harmonies of #93536A
Complementary color
Monochromatic Colors of #93536A
Black with #93536A
Text Example
Text Example
White with #93536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93536A; }
p { color: rgb(147,83,106); }
H1.HeaderClassName
{
color: #93536A;
}
.AnyTagClassName
{
color: #93536A;
}
</style>
background-color css
<style>
a { background-color: #93536A; }
a { background-color: rgb(147,83,106); }
div.DivClassName
{
background-color: #93536A;
}
.BgClassName
{
background-color: #93536A;
}
</style>
border-color css
<style>
span { border-color: #93536A; }
span { border-color: rgb(147,83,106); }
td.TdClassName
{
border-color: #93536A;
}
.TagClassName
{
border-color: #93536A;
}
</style>