Shades of Cannon Pink #91476C
Tints of Cannon Pink #91476C
RGB
CMYK
RGB Variations
Color information
#91476C (or 0x91476C) is known color: Cannon Pink. HEX triplet: 91, 47 and 6C. RGB value is (145,71,108). Sum of RGB (Red+Green+Blue) = 145+71+108=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #91476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91476C is #6EB893. Grayscale: #616161. Windows color (decimal): -7256212 or 7096209. OLE color: 7096209.
HSL color Cylindrical-coordinate representation of color #91476C: hue angle of 330º 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 #91476C is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 108 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.43 |
| HSL | 330º | 0.34% | 0.42% | - |
| HSV(B) | 330º | 0.51% | 0.57% | - |
| XYZ | 16.64 | 11.61 | 15.55 | - |
| YUV | 97.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 108 | 0 | 0.51 | 0.26 | 0.43 | 330 | 0.34 | 0.42 |
| Hex | 91 | 47 | 6C | 0 | 33 | 1A | 2B | 14A | 22 | 2A |
| Octal | 221 | 107 | 154 | 0 | 63 | 32 | 53 | 512 | 42 | 52 |
| Binary | 10010001 | 1000111 | 1101100 | 0 | 110011 | 11010 | 101011 | 101001010 | 100010 | 101010 |
Color Harmonies of #91476C
Complementary color
Monochromatic Colors of #91476C
Black with #91476C
Text Example
Text Example
White with #91476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91476C; }
p { color: rgb(145,71,108); }
H1.HeaderClassName
{
color: #91476C;
}
.AnyTagClassName
{
color: #91476C;
}
</style>
background-color css
<style>
a { background-color: #91476C; }
a { background-color: rgb(145,71,108); }
div.DivClassName
{
background-color: #91476C;
}
.BgClassName
{
background-color: #91476C;
}
</style>
border-color css
<style>
span { border-color: #91476C; }
span { border-color: rgb(145,71,108); }
td.TdClassName
{
border-color: #91476C;
}
.TagClassName
{
border-color: #91476C;
}
</style>