Shades of Cannon Pink #935470
Tints of Cannon Pink #935470
RGB
CMYK
RGB Variations
Color information
#935470 (or 0x935470) is known color: Cannon Pink. HEX triplet: 93, 54 and 70. RGB value is (147,84,112). Sum of RGB (Red+Green+Blue) = 147+84+112=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #935470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935470 is #6CAB8F. Grayscale: #696969. Windows color (decimal): -7121808 or 7361683. OLE color: 7361683.
HSL color Cylindrical-coordinate representation of color #935470: hue angle of 333.33º 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 #935470 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 112 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.42 |
| HSL | 333.33º | 0.27% | 0.45% | - |
| HSV(B) | 333.33º | 0.43% | 0.58% | - |
| XYZ | 18.13 | 13.71 | 17.02 | - |
| YUV | 106.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 112 | 0 | 0.43 | 0.24 | 0.42 | 333.33 | 0.27 | 0.45 |
| Hex | 93 | 54 | 70 | 0 | 2B | 18 | 2A | 14D | 1B | 2D |
| Octal | 223 | 124 | 160 | 0 | 53 | 30 | 52 | 515 | 33 | 55 |
| Binary | 10010011 | 1010100 | 1110000 | 0 | 101011 | 11000 | 101010 | 101001101 | 11011 | 101101 |
Color Harmonies of #935470
Complementary color
Monochromatic Colors of #935470
Black with #935470
Text Example
Text Example
White with #935470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935470; }
p { color: rgb(147,84,112); }
H1.HeaderClassName
{
color: #935470;
}
.AnyTagClassName
{
color: #935470;
}
</style>
background-color css
<style>
a { background-color: #935470; }
a { background-color: rgb(147,84,112); }
div.DivClassName
{
background-color: #935470;
}
.BgClassName
{
background-color: #935470;
}
</style>
border-color css
<style>
span { border-color: #935470; }
span { border-color: rgb(147,84,112); }
td.TdClassName
{
border-color: #935470;
}
.TagClassName
{
border-color: #935470;
}
</style>