Shades of Cannon Pink #914976
Tints of Cannon Pink #914976
RGB
CMYK
RGB Variations
Color information
#914976 (or 0x914976) is known color: Cannon Pink. HEX triplet: 91, 49 and 76. RGB value is (145,73,118). Sum of RGB (Red+Green+Blue) = 145+73+118=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #914976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914976 is #6EB689. Grayscale: #636363. Windows color (decimal): -7255690 or 7752081. OLE color: 7752081.
HSL color Cylindrical-coordinate representation of color #914976: hue angle of 322.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #914976 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 73 | 118 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.43 |
| HSL | 322.5º | 0.33% | 0.43% | - |
| HSV(B) | 322.5º | 0.5% | 0.57% | - |
| XYZ | 17.33 | 12.09 | 18.56 | - |
| YUV | 99.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 118 | 0 | 0.50 | 0.19 | 0.43 | 322.5 | 0.33 | 0.43 |
| Hex | 91 | 49 | 76 | 0 | 32 | 13 | 2B | 142 | 21 | 2B |
| Octal | 221 | 111 | 166 | 0 | 62 | 23 | 53 | 502 | 41 | 53 |
| Binary | 10010001 | 1001001 | 1110110 | 0 | 110010 | 10011 | 101011 | 101000010 | 100001 | 101011 |
Color Harmonies of #914976
Complementary color
Monochromatic Colors of #914976
Black with #914976
Text Example
Text Example
White with #914976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914976; }
p { color: rgb(145,73,118); }
H1.HeaderClassName
{
color: #914976;
}
.AnyTagClassName
{
color: #914976;
}
</style>
background-color css
<style>
a { background-color: #914976; }
a { background-color: rgb(145,73,118); }
div.DivClassName
{
background-color: #914976;
}
.BgClassName
{
background-color: #914976;
}
</style>
border-color css
<style>
span { border-color: #914976; }
span { border-color: rgb(145,73,118); }
td.TdClassName
{
border-color: #914976;
}
.TagClassName
{
border-color: #914976;
}
</style>