Shades of Cannon Pink #914D6E
Tints of Cannon Pink #914D6E
RGB
CMYK
RGB Variations
Color information
#914D6E (or 0x914D6E) is known color: Cannon Pink. HEX triplet: 91, 4D and 6E. RGB value is (145,77,110). Sum of RGB (Red+Green+Blue) = 145+77+110=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #914D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D6E is #6EB291. Grayscale: #656565. Windows color (decimal): -7254674 or 7228817. OLE color: 7228817.
HSL color Cylindrical-coordinate representation of color #914D6E: hue angle of 330.88º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #914D6E is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 110 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.43 |
| HSL | 330.88º | 0.31% | 0.44% | - |
| HSV(B) | 330.88º | 0.47% | 0.57% | - |
| XYZ | 17.15 | 12.45 | 16.25 | - |
| YUV | 101.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 110 | 0 | 0.47 | 0.24 | 0.43 | 330.88 | 0.31 | 0.44 |
| Hex | 91 | 4D | 6E | 0 | 2F | 18 | 2B | 14B | 1F | 2C |
| Octal | 221 | 115 | 156 | 0 | 57 | 30 | 53 | 513 | 37 | 54 |
| Binary | 10010001 | 1001101 | 1101110 | 0 | 101111 | 11000 | 101011 | 101001011 | 11111 | 101100 |
Color Harmonies of #914D6E
Complementary color
Monochromatic Colors of #914D6E
Black with #914D6E
Text Example
Text Example
White with #914D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D6E; }
p { color: rgb(145,77,110); }
H1.HeaderClassName
{
color: #914D6E;
}
.AnyTagClassName
{
color: #914D6E;
}
</style>
background-color css
<style>
a { background-color: #914D6E; }
a { background-color: rgb(145,77,110); }
div.DivClassName
{
background-color: #914D6E;
}
.BgClassName
{
background-color: #914D6E;
}
</style>
border-color css
<style>
span { border-color: #914D6E; }
span { border-color: rgb(145,77,110); }
td.TdClassName
{
border-color: #914D6E;
}
.TagClassName
{
border-color: #914D6E;
}
</style>