Shades of Cannon Pink #934777
Tints of Cannon Pink #934777
RGB
CMYK
RGB Variations
Color information
#934777 (or 0x934777) is known color: Cannon Pink. HEX triplet: 93, 47 and 77. RGB value is (147,71,119). Sum of RGB (Red+Green+Blue) = 147+71+119=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #934777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934777 is #6CB888. Grayscale: #636363. Windows color (decimal): -7125129 or 7817107. OLE color: 7817107.
HSL color Cylindrical-coordinate representation of color #934777: hue angle of 322.11º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #934777 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 71 | 119 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.42 |
| HSL | 322.11º | 0.35% | 0.43% | - |
| HSV(B) | 322.11º | 0.52% | 0.58% | - |
| XYZ | 17.62 | 12.04 | 18.85 | - |
| YUV | 99.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 119 | 0 | 0.52 | 0.19 | 0.42 | 322.11 | 0.35 | 0.43 |
| Hex | 93 | 47 | 77 | 0 | 34 | 13 | 2A | 142 | 23 | 2B |
| Octal | 223 | 107 | 167 | 0 | 64 | 23 | 52 | 502 | 43 | 53 |
| Binary | 10010011 | 1000111 | 1110111 | 0 | 110100 | 10011 | 101010 | 101000010 | 100011 | 101011 |
Color Harmonies of #934777
Complementary color
Monochromatic Colors of #934777
Black with #934777
Text Example
Text Example
White with #934777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934777; }
p { color: rgb(147,71,119); }
H1.HeaderClassName
{
color: #934777;
}
.AnyTagClassName
{
color: #934777;
}
</style>
background-color css
<style>
a { background-color: #934777; }
a { background-color: rgb(147,71,119); }
div.DivClassName
{
background-color: #934777;
}
.BgClassName
{
background-color: #934777;
}
</style>
border-color css
<style>
span { border-color: #934777; }
span { border-color: rgb(147,71,119); }
td.TdClassName
{
border-color: #934777;
}
.TagClassName
{
border-color: #934777;
}
</style>