Shades of Cannon Pink #935070
Tints of Cannon Pink #935070
RGB
CMYK
RGB Variations
Color information
#935070 (or 0x935070) is known color: Cannon Pink. HEX triplet: 93, 50 and 70. RGB value is (147,80,112). Sum of RGB (Red+Green+Blue) = 147+80+112=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #935070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935070 is #6CAF8F. Grayscale: #676767. Windows color (decimal): -7122832 or 7360659. OLE color: 7360659.
HSL color Cylindrical-coordinate representation of color #935070: hue angle of 331.34º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935070 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 112 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.42 |
| HSL | 331.34º | 0.3% | 0.45% | - |
| HSV(B) | 331.34º | 0.46% | 0.58% | - |
| XYZ | 17.83 | 13.11 | 16.92 | - |
| YUV | 103.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 112 | 0 | 0.46 | 0.24 | 0.42 | 331.34 | 0.3 | 0.45 |
| Hex | 93 | 50 | 70 | 0 | 2E | 18 | 2A | 14B | 1E | 2D |
| Octal | 223 | 120 | 160 | 0 | 56 | 30 | 52 | 513 | 36 | 55 |
| Binary | 10010011 | 1010000 | 1110000 | 0 | 101110 | 11000 | 101010 | 101001011 | 11110 | 101101 |
Color Harmonies of #935070
Complementary color
Monochromatic Colors of #935070
Black with #935070
Text Example
Text Example
White with #935070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935070; }
p { color: rgb(147,80,112); }
H1.HeaderClassName
{
color: #935070;
}
.AnyTagClassName
{
color: #935070;
}
</style>
background-color css
<style>
a { background-color: #935070; }
a { background-color: rgb(147,80,112); }
div.DivClassName
{
background-color: #935070;
}
.BgClassName
{
background-color: #935070;
}
</style>
border-color css
<style>
span { border-color: #935070; }
span { border-color: rgb(147,80,112); }
td.TdClassName
{
border-color: #935070;
}
.TagClassName
{
border-color: #935070;
}
</style>