Shades of Cannon Pink #91466C
Tints of Cannon Pink #91466C
RGB
CMYK
RGB Variations
Color information
#91466C (or 0x91466C) is known color: Cannon Pink. HEX triplet: 91, 46 and 6C. RGB value is (145,70,108). Sum of RGB (Red+Green+Blue) = 145+70+108=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #91466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91466C is #6EB993. Grayscale: #606060. Windows color (decimal): -7256468 or 7095953. OLE color: 7095953.
HSL color Cylindrical-coordinate representation of color #91466C: hue angle of 329.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #91466C is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 70 | 108 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.43 |
| HSL | 329.6º | 0.35% | 0.42% | - |
| HSV(B) | 329.6º | 0.52% | 0.57% | - |
| XYZ | 16.57 | 11.48 | 15.53 | - |
| YUV | 96.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 108 | 0 | 0.52 | 0.26 | 0.43 | 329.6 | 0.35 | 0.42 |
| Hex | 91 | 46 | 6C | 0 | 34 | 1A | 2B | 14A | 23 | 2A |
| Octal | 221 | 106 | 154 | 0 | 64 | 32 | 53 | 512 | 43 | 52 |
| Binary | 10010001 | 1000110 | 1101100 | 0 | 110100 | 11010 | 101011 | 101001010 | 100011 | 101010 |
Color Harmonies of #91466C
Complementary color
Monochromatic Colors of #91466C
Black with #91466C
Text Example
Text Example
White with #91466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91466C; }
p { color: rgb(145,70,108); }
H1.HeaderClassName
{
color: #91466C;
}
.AnyTagClassName
{
color: #91466C;
}
</style>
background-color css
<style>
a { background-color: #91466C; }
a { background-color: rgb(145,70,108); }
div.DivClassName
{
background-color: #91466C;
}
.BgClassName
{
background-color: #91466C;
}
</style>
border-color css
<style>
span { border-color: #91466C; }
span { border-color: rgb(145,70,108); }
td.TdClassName
{
border-color: #91466C;
}
.TagClassName
{
border-color: #91466C;
}
</style>