Shades of Cannon Pink #93566B
Tints of Cannon Pink #93566B
RGB
CMYK
RGB Variations
Color information
#93566B (or 0x93566B) is known color: Cannon Pink. HEX triplet: 93, 56 and 6B. RGB value is (147,86,107). Sum of RGB (Red+Green+Blue) = 147+86+107=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93566B is #6CA994. Grayscale: #6A6A6A. Windows color (decimal): -7121301 or 7034515. OLE color: 7034515.
HSL color Cylindrical-coordinate representation of color #93566B: hue angle of 339.34º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93566B is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 107 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.42 |
| HSL | 339.34º | 0.26% | 0.46% | - |
| HSV(B) | 339.34º | 0.41% | 0.58% | - |
| XYZ | 18.01 | 13.92 | 15.65 | - |
| YUV | 106.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 107 | 0 | 0.41 | 0.27 | 0.42 | 339.34 | 0.26 | 0.46 |
| Hex | 93 | 56 | 6B | 0 | 29 | 1B | 2A | 153 | 1A | 2E |
| Octal | 223 | 126 | 153 | 0 | 51 | 33 | 52 | 523 | 32 | 56 |
| Binary | 10010011 | 1010110 | 1101011 | 0 | 101001 | 11011 | 101010 | 101010011 | 11010 | 101110 |
Color Harmonies of #93566B
Complementary color
Monochromatic Colors of #93566B
Black with #93566B
Text Example
Text Example
White with #93566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93566B; }
p { color: rgb(147,86,107); }
H1.HeaderClassName
{
color: #93566B;
}
.AnyTagClassName
{
color: #93566B;
}
</style>
background-color css
<style>
a { background-color: #93566B; }
a { background-color: rgb(147,86,107); }
div.DivClassName
{
background-color: #93566B;
}
.BgClassName
{
background-color: #93566B;
}
</style>
border-color css
<style>
span { border-color: #93566B; }
span { border-color: rgb(147,86,107); }
td.TdClassName
{
border-color: #93566B;
}
.TagClassName
{
border-color: #93566B;
}
</style>