Shades of Cannon Pink #914869
Tints of Cannon Pink #914869
RGB
CMYK
RGB Variations
Color information
#914869 (or 0x914869) is known color: Cannon Pink. HEX triplet: 91, 48 and 69. RGB value is (145,72,105). Sum of RGB (Red+Green+Blue) = 145+72+105=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #914869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914869 is #6EB796. Grayscale: #616161. Windows color (decimal): -7255959 or 6899857. OLE color: 6899857.
HSL color Cylindrical-coordinate representation of color #914869: hue angle of 332.88º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #914869 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 72 | 105 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.43 |
| HSL | 332.88º | 0.34% | 0.43% | - |
| HSV(B) | 332.88º | 0.5% | 0.57% | - |
| XYZ | 16.54 | 11.67 | 14.75 | - |
| YUV | 97.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 105 | 0 | 0.50 | 0.28 | 0.43 | 332.88 | 0.34 | 0.43 |
| Hex | 91 | 48 | 69 | 0 | 32 | 1C | 2B | 14D | 22 | 2B |
| Octal | 221 | 110 | 151 | 0 | 62 | 34 | 53 | 515 | 42 | 53 |
| Binary | 10010001 | 1001000 | 1101001 | 0 | 110010 | 11100 | 101011 | 101001101 | 100010 | 101011 |
Color Harmonies of #914869
Complementary color
Monochromatic Colors of #914869
Black with #914869
Text Example
Text Example
White with #914869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914869; }
p { color: rgb(145,72,105); }
H1.HeaderClassName
{
color: #914869;
}
.AnyTagClassName
{
color: #914869;
}
</style>
background-color css
<style>
a { background-color: #914869; }
a { background-color: rgb(145,72,105); }
div.DivClassName
{
background-color: #914869;
}
.BgClassName
{
background-color: #914869;
}
</style>
border-color css
<style>
span { border-color: #914869; }
span { border-color: rgb(145,72,105); }
td.TdClassName
{
border-color: #914869;
}
.TagClassName
{
border-color: #914869;
}
</style>