Shades of Cannon Pink #914E66
Tints of Cannon Pink #914E66
RGB
CMYK
RGB Variations
Color information
#914E66 (or 0x914E66) is known color: Cannon Pink. HEX triplet: 91, 4E and 66. RGB value is (145,78,102). Sum of RGB (Red+Green+Blue) = 145+78+102=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #914E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914E66 is #6EB199. Grayscale: #646464. Windows color (decimal): -7254426 or 6704785. OLE color: 6704785.
HSL color Cylindrical-coordinate representation of color #914E66: hue angle of 338.51º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #914E66 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 102 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.43 |
| HSL | 338.51º | 0.3% | 0.44% | - |
| HSV(B) | 338.51º | 0.46% | 0.57% | - |
| XYZ | 16.8 | 12.43 | 14.08 | - |
| YUV | 100.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 102 | 0 | 0.46 | 0.30 | 0.43 | 338.51 | 0.3 | 0.44 |
| Hex | 91 | 4E | 66 | 0 | 2E | 1E | 2B | 153 | 1E | 2C |
| Octal | 221 | 116 | 146 | 0 | 56 | 36 | 53 | 523 | 36 | 54 |
| Binary | 10010001 | 1001110 | 1100110 | 0 | 101110 | 11110 | 101011 | 101010011 | 11110 | 101100 |
Color Harmonies of #914E66
Complementary color
Monochromatic Colors of #914E66
Black with #914E66
Text Example
Text Example
White with #914E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E66; }
p { color: rgb(145,78,102); }
H1.HeaderClassName
{
color: #914E66;
}
.AnyTagClassName
{
color: #914E66;
}
</style>
background-color css
<style>
a { background-color: #914E66; }
a { background-color: rgb(145,78,102); }
div.DivClassName
{
background-color: #914E66;
}
.BgClassName
{
background-color: #914E66;
}
</style>
border-color css
<style>
span { border-color: #914E66; }
span { border-color: rgb(145,78,102); }
td.TdClassName
{
border-color: #914E66;
}
.TagClassName
{
border-color: #914E66;
}
</style>