Shades of Cannon Pink #93546B
Tints of Cannon Pink #93546B
RGB
CMYK
RGB Variations
Color information
#93546B (or 0x93546B) is known color: Cannon Pink. HEX triplet: 93, 54 and 6B. RGB value is (147,84,107). Sum of RGB (Red+Green+Blue) = 147+84+107=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93546B is #6CAB94. Grayscale: #696969. Windows color (decimal): -7121813 or 7034003. OLE color: 7034003.
HSL color Cylindrical-coordinate representation of color #93546B: hue angle of 338.1º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93546B is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 107 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.42 |
| HSL | 338.1º | 0.27% | 0.45% | - |
| HSV(B) | 338.1º | 0.43% | 0.58% | - |
| XYZ | 17.86 | 13.61 | 15.59 | - |
| YUV | 105.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 107 | 0 | 0.43 | 0.27 | 0.42 | 338.1 | 0.27 | 0.45 |
| Hex | 93 | 54 | 6B | 0 | 2B | 1B | 2A | 152 | 1B | 2D |
| Octal | 223 | 124 | 153 | 0 | 53 | 33 | 52 | 522 | 33 | 55 |
| Binary | 10010011 | 1010100 | 1101011 | 0 | 101011 | 11011 | 101010 | 101010010 | 11011 | 101101 |
Color Harmonies of #93546B
Complementary color
Monochromatic Colors of #93546B
Black with #93546B
Text Example
Text Example
White with #93546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93546B; }
p { color: rgb(147,84,107); }
H1.HeaderClassName
{
color: #93546B;
}
.AnyTagClassName
{
color: #93546B;
}
</style>
background-color css
<style>
a { background-color: #93546B; }
a { background-color: rgb(147,84,107); }
div.DivClassName
{
background-color: #93546B;
}
.BgClassName
{
background-color: #93546B;
}
</style>
border-color css
<style>
span { border-color: #93546B; }
span { border-color: rgb(147,84,107); }
td.TdClassName
{
border-color: #93546B;
}
.TagClassName
{
border-color: #93546B;
}
</style>