Shades of Cannon Pink #91476E
Tints of Cannon Pink #91476E
RGB
CMYK
RGB Variations
Color information
#91476E (or 0x91476E) is known color: Cannon Pink. HEX triplet: 91, 47 and 6E. RGB value is (145,71,110). Sum of RGB (Red+Green+Blue) = 145+71+110=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #91476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91476E is #6EB891. Grayscale: #616161. Windows color (decimal): -7256210 or 7227281. OLE color: 7227281.
HSL color Cylindrical-coordinate representation of color #91476E: hue angle of 328.38º 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 #91476E is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 110 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.43 |
| HSL | 328.38º | 0.34% | 0.42% | - |
| HSV(B) | 328.38º | 0.51% | 0.57% | - |
| XYZ | 16.74 | 11.65 | 16.12 | - |
| YUV | 97.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 110 | 0 | 0.51 | 0.24 | 0.43 | 328.38 | 0.34 | 0.42 |
| Hex | 91 | 47 | 6E | 0 | 33 | 18 | 2B | 148 | 22 | 2A |
| Octal | 221 | 107 | 156 | 0 | 63 | 30 | 53 | 510 | 42 | 52 |
| Binary | 10010001 | 1000111 | 1101110 | 0 | 110011 | 11000 | 101011 | 101001000 | 100010 | 101010 |
Color Harmonies of #91476E
Complementary color
Monochromatic Colors of #91476E
Black with #91476E
Text Example
Text Example
White with #91476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91476E; }
p { color: rgb(145,71,110); }
H1.HeaderClassName
{
color: #91476E;
}
.AnyTagClassName
{
color: #91476E;
}
</style>
background-color css
<style>
a { background-color: #91476E; }
a { background-color: rgb(145,71,110); }
div.DivClassName
{
background-color: #91476E;
}
.BgClassName
{
background-color: #91476E;
}
</style>
border-color css
<style>
span { border-color: #91476E; }
span { border-color: rgb(145,71,110); }
td.TdClassName
{
border-color: #91476E;
}
.TagClassName
{
border-color: #91476E;
}
</style>