Shades of Cannon Pink #934878
Tints of Cannon Pink #934878
RGB
CMYK
RGB Variations
Color information
#934878 (or 0x934878) is known color: Cannon Pink. HEX triplet: 93, 48 and 78. RGB value is (147,72,120). Sum of RGB (Red+Green+Blue) = 147+72+120=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #934878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934878 is #6CB787. Grayscale: #636363. Windows color (decimal): -7124872 or 7882899. OLE color: 7882899.
HSL color Cylindrical-coordinate representation of color #934878: hue angle of 321.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #934878 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 120 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.42 |
| HSL | 321.6º | 0.34% | 0.43% | - |
| HSV(B) | 321.6º | 0.51% | 0.58% | - |
| XYZ | 17.74 | 12.19 | 19.19 | - |
| YUV | 99.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 120 | 0 | 0.51 | 0.18 | 0.42 | 321.6 | 0.34 | 0.43 |
| Hex | 93 | 48 | 78 | 0 | 33 | 12 | 2A | 142 | 22 | 2B |
| Octal | 223 | 110 | 170 | 0 | 63 | 22 | 52 | 502 | 42 | 53 |
| Binary | 10010011 | 1001000 | 1111000 | 0 | 110011 | 10010 | 101010 | 101000010 | 100010 | 101011 |
Color Harmonies of #934878
Complementary color
Monochromatic Colors of #934878
Black with #934878
Text Example
Text Example
White with #934878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934878; }
p { color: rgb(147,72,120); }
H1.HeaderClassName
{
color: #934878;
}
.AnyTagClassName
{
color: #934878;
}
</style>
background-color css
<style>
a { background-color: #934878; }
a { background-color: rgb(147,72,120); }
div.DivClassName
{
background-color: #934878;
}
.BgClassName
{
background-color: #934878;
}
</style>
border-color css
<style>
span { border-color: #934878; }
span { border-color: rgb(147,72,120); }
td.TdClassName
{
border-color: #934878;
}
.TagClassName
{
border-color: #934878;
}
</style>