Shades of Cannon Pink #914E6D
Tints of Cannon Pink #914E6D
RGB
CMYK
RGB Variations
Color information
#914E6D (or 0x914E6D) is known color: Cannon Pink. HEX triplet: 91, 4E and 6D. RGB value is (145,78,109). Sum of RGB (Red+Green+Blue) = 145+78+109=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #914E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914E6D is #6EB192. Grayscale: #656565. Windows color (decimal): -7254419 or 7163537. OLE color: 7163537.
HSL color Cylindrical-coordinate representation of color #914E6D: hue angle of 332.24º 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 #914E6D is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 109 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.43 |
| HSL | 332.24º | 0.3% | 0.44% | - |
| HSV(B) | 332.24º | 0.46% | 0.57% | - |
| XYZ | 17.16 | 12.57 | 15.99 | - |
| YUV | 101.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 109 | 0 | 0.46 | 0.25 | 0.43 | 332.24 | 0.3 | 0.44 |
| Hex | 91 | 4E | 6D | 0 | 2E | 19 | 2B | 14C | 1E | 2C |
| Octal | 221 | 116 | 155 | 0 | 56 | 31 | 53 | 514 | 36 | 54 |
| Binary | 10010001 | 1001110 | 1101101 | 0 | 101110 | 11001 | 101011 | 101001100 | 11110 | 101100 |
Color Harmonies of #914E6D
Complementary color
Monochromatic Colors of #914E6D
Black with #914E6D
Text Example
Text Example
White with #914E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E6D; }
p { color: rgb(145,78,109); }
H1.HeaderClassName
{
color: #914E6D;
}
.AnyTagClassName
{
color: #914E6D;
}
</style>
background-color css
<style>
a { background-color: #914E6D; }
a { background-color: rgb(145,78,109); }
div.DivClassName
{
background-color: #914E6D;
}
.BgClassName
{
background-color: #914E6D;
}
</style>
border-color css
<style>
span { border-color: #914E6D; }
span { border-color: rgb(145,78,109); }
td.TdClassName
{
border-color: #914E6D;
}
.TagClassName
{
border-color: #914E6D;
}
</style>