Shades of Cannon Pink #914E68
Tints of Cannon Pink #914E68
RGB
CMYK
RGB Variations
Color information
#914E68 (or 0x914E68) is known color: Cannon Pink. HEX triplet: 91, 4E and 68. RGB value is (145,78,104). Sum of RGB (Red+Green+Blue) = 145+78+104=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #914E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914E68 is #6EB197. Grayscale: #646464. Windows color (decimal): -7254424 or 6835857. OLE color: 6835857.
HSL color Cylindrical-coordinate representation of color #914E68: hue angle of 336.72º 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 #914E68 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 104 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.43 |
| HSL | 336.72º | 0.3% | 0.44% | - |
| HSV(B) | 336.72º | 0.46% | 0.57% | - |
| XYZ | 16.9 | 12.47 | 14.61 | - |
| YUV | 101 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 104 | 0 | 0.46 | 0.28 | 0.43 | 336.72 | 0.3 | 0.44 |
| Hex | 91 | 4E | 68 | 0 | 2E | 1C | 2B | 151 | 1E | 2C |
| Octal | 221 | 116 | 150 | 0 | 56 | 34 | 53 | 521 | 36 | 54 |
| Binary | 10010001 | 1001110 | 1101000 | 0 | 101110 | 11100 | 101011 | 101010001 | 11110 | 101100 |
Color Harmonies of #914E68
Complementary color
Monochromatic Colors of #914E68
Black with #914E68
Text Example
Text Example
White with #914E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E68; }
p { color: rgb(145,78,104); }
H1.HeaderClassName
{
color: #914E68;
}
.AnyTagClassName
{
color: #914E68;
}
</style>
background-color css
<style>
a { background-color: #914E68; }
a { background-color: rgb(145,78,104); }
div.DivClassName
{
background-color: #914E68;
}
.BgClassName
{
background-color: #914E68;
}
</style>
border-color css
<style>
span { border-color: #914E68; }
span { border-color: rgb(145,78,104); }
td.TdClassName
{
border-color: #914E68;
}
.TagClassName
{
border-color: #914E68;
}
</style>