Shades of Cannon Pink #914778
Tints of Cannon Pink #914778
RGB
CMYK
RGB Variations
Color information
#914778 (or 0x914778) is known color: Cannon Pink. HEX triplet: 91, 47 and 78. RGB value is (145,71,120). Sum of RGB (Red+Green+Blue) = 145+71+120=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #914778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914778 is #6EB887. Grayscale: #626262. Windows color (decimal): -7256200 or 7882641. OLE color: 7882641.
HSL color Cylindrical-coordinate representation of color #914778: hue angle of 320.27º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #914778 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 120 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.43 |
| HSL | 320.27º | 0.34% | 0.42% | - |
| HSV(B) | 320.27º | 0.51% | 0.57% | - |
| XYZ | 17.32 | 11.88 | 19.15 | - |
| YUV | 98.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 120 | 0 | 0.51 | 0.17 | 0.43 | 320.27 | 0.34 | 0.42 |
| Hex | 91 | 47 | 78 | 0 | 33 | 11 | 2B | 140 | 22 | 2A |
| Octal | 221 | 107 | 170 | 0 | 63 | 21 | 53 | 500 | 42 | 52 |
| Binary | 10010001 | 1000111 | 1111000 | 0 | 110011 | 10001 | 101011 | 101000000 | 100010 | 101010 |
Color Harmonies of #914778
Complementary color
Monochromatic Colors of #914778
Black with #914778
Text Example
Text Example
White with #914778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914778; }
p { color: rgb(145,71,120); }
H1.HeaderClassName
{
color: #914778;
}
.AnyTagClassName
{
color: #914778;
}
</style>
background-color css
<style>
a { background-color: #914778; }
a { background-color: rgb(145,71,120); }
div.DivClassName
{
background-color: #914778;
}
.BgClassName
{
background-color: #914778;
}
</style>
border-color css
<style>
span { border-color: #914778; }
span { border-color: rgb(145,71,120); }
td.TdClassName
{
border-color: #914778;
}
.TagClassName
{
border-color: #914778;
}
</style>