Shades of Cannon Pink #914A75
Tints of Cannon Pink #914A75
RGB
CMYK
RGB Variations
Color information
#914A75 (or 0x914A75) is known color: Cannon Pink. HEX triplet: 91, 4A and 75. RGB value is (145,74,117). Sum of RGB (Red+Green+Blue) = 145+74+117=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #914A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914A75 is #6EB58A. Grayscale: #646464. Windows color (decimal): -7255435 or 7686801. OLE color: 7686801.
HSL color Cylindrical-coordinate representation of color #914A75: hue angle of 323.66º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #914A75 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 74 | 117 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.43 |
| HSL | 323.66º | 0.32% | 0.43% | - |
| HSV(B) | 323.66º | 0.49% | 0.57% | - |
| XYZ | 17.34 | 12.2 | 18.27 | - |
| YUV | 100.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 117 | 0 | 0.49 | 0.19 | 0.43 | 323.66 | 0.32 | 0.43 |
| Hex | 91 | 4A | 75 | 0 | 31 | 13 | 2B | 144 | 20 | 2B |
| Octal | 221 | 112 | 165 | 0 | 61 | 23 | 53 | 504 | 40 | 53 |
| Binary | 10010001 | 1001010 | 1110101 | 0 | 110001 | 10011 | 101011 | 101000100 | 100000 | 101011 |
Color Harmonies of #914A75
Complementary color
Monochromatic Colors of #914A75
Black with #914A75
Text Example
Text Example
White with #914A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914A75; }
p { color: rgb(145,74,117); }
H1.HeaderClassName
{
color: #914A75;
}
.AnyTagClassName
{
color: #914A75;
}
</style>
background-color css
<style>
a { background-color: #914A75; }
a { background-color: rgb(145,74,117); }
div.DivClassName
{
background-color: #914A75;
}
.BgClassName
{
background-color: #914A75;
}
</style>
border-color css
<style>
span { border-color: #914A75; }
span { border-color: rgb(145,74,117); }
td.TdClassName
{
border-color: #914A75;
}
.TagClassName
{
border-color: #914A75;
}
</style>