Shades of Cannon Pink #93526B
Tints of Cannon Pink #93526B
RGB
CMYK
RGB Variations
Color information
#93526B (or 0x93526B) is known color: Cannon Pink. HEX triplet: 93, 52 and 6B. RGB value is (147,82,107). Sum of RGB (Red+Green+Blue) = 147+82+107=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93526B is #6CAD94. Grayscale: #686868. Windows color (decimal): -7122325 or 7033491. OLE color: 7033491.
HSL color Cylindrical-coordinate representation of color #93526B: hue angle of 336.92º 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 #93526B is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 107 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.42 |
| HSL | 336.92º | 0.28% | 0.45% | - |
| HSV(B) | 336.92º | 0.44% | 0.58% | - |
| XYZ | 17.7 | 13.3 | 15.54 | - |
| YUV | 104.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 107 | 0 | 0.44 | 0.27 | 0.42 | 336.92 | 0.28 | 0.45 |
| Hex | 93 | 52 | 6B | 0 | 2C | 1B | 2A | 151 | 1C | 2D |
| Octal | 223 | 122 | 153 | 0 | 54 | 33 | 52 | 521 | 34 | 55 |
| Binary | 10010011 | 1010010 | 1101011 | 0 | 101100 | 11011 | 101010 | 101010001 | 11100 | 101101 |
Color Harmonies of #93526B
Complementary color
Monochromatic Colors of #93526B
Black with #93526B
Text Example
Text Example
White with #93526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93526B; }
p { color: rgb(147,82,107); }
H1.HeaderClassName
{
color: #93526B;
}
.AnyTagClassName
{
color: #93526B;
}
</style>
background-color css
<style>
a { background-color: #93526B; }
a { background-color: rgb(147,82,107); }
div.DivClassName
{
background-color: #93526B;
}
.BgClassName
{
background-color: #93526B;
}
</style>
border-color css
<style>
span { border-color: #93526B; }
span { border-color: rgb(147,82,107); }
td.TdClassName
{
border-color: #93526B;
}
.TagClassName
{
border-color: #93526B;
}
</style>