Shades of Cannon Pink #914D6C
Tints of Cannon Pink #914D6C
RGB
CMYK
RGB Variations
Color information
#914D6C (or 0x914D6C) is known color: Cannon Pink. HEX triplet: 91, 4D and 6C. RGB value is (145,77,108). Sum of RGB (Red+Green+Blue) = 145+77+108=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #914D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D6C is #6EB293. Grayscale: #646464. Windows color (decimal): -7254676 or 7097745. OLE color: 7097745.
HSL color Cylindrical-coordinate representation of color #914D6C: hue angle of 332.65º 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 #914D6C is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 108 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.43 |
| HSL | 332.65º | 0.31% | 0.44% | - |
| HSV(B) | 332.65º | 0.47% | 0.57% | - |
| XYZ | 17.04 | 12.41 | 15.68 | - |
| YUV | 100.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 108 | 0 | 0.47 | 0.26 | 0.43 | 332.65 | 0.31 | 0.44 |
| Hex | 91 | 4D | 6C | 0 | 2F | 1A | 2B | 14D | 1F | 2C |
| Octal | 221 | 115 | 154 | 0 | 57 | 32 | 53 | 515 | 37 | 54 |
| Binary | 10010001 | 1001101 | 1101100 | 0 | 101111 | 11010 | 101011 | 101001101 | 11111 | 101100 |
Color Harmonies of #914D6C
Complementary color
Monochromatic Colors of #914D6C
Black with #914D6C
Text Example
Text Example
White with #914D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D6C; }
p { color: rgb(145,77,108); }
H1.HeaderClassName
{
color: #914D6C;
}
.AnyTagClassName
{
color: #914D6C;
}
</style>
background-color css
<style>
a { background-color: #914D6C; }
a { background-color: rgb(145,77,108); }
div.DivClassName
{
background-color: #914D6C;
}
.BgClassName
{
background-color: #914D6C;
}
</style>
border-color css
<style>
span { border-color: #914D6C; }
span { border-color: rgb(145,77,108); }
td.TdClassName
{
border-color: #914D6C;
}
.TagClassName
{
border-color: #914D6C;
}
</style>