Shades of Cannon Pink #914574
Tints of Cannon Pink #914574
RGB
CMYK
RGB Variations
Color information
#914574 (or 0x914574) is known color: Cannon Pink. HEX triplet: 91, 45 and 74. RGB value is (145,69,116). Sum of RGB (Red+Green+Blue) = 145+69+116=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #914574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914574 is #6EBA8B. Grayscale: #606060. Windows color (decimal): -7256716 or 7619985. OLE color: 7619985.
HSL color Cylindrical-coordinate representation of color #914574: hue angle of 322.89º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #914574 is Cyan = 0, Magento = 0.52, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 69 | 116 | - |
| CMYK | 0 | 0.52 | 0.2 | 0.43 |
| HSL | 322.89º | 0.36% | 0.42% | - |
| HSV(B) | 322.89º | 0.52% | 0.57% | - |
| XYZ | 16.96 | 11.54 | 17.86 | - |
| YUV | 97.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 116 | 0 | 0.52 | 0.2 | 0.43 | 322.89 | 0.36 | 0.42 |
| Hex | 91 | 45 | 74 | 0 | 34 | 14 | 2B | 143 | 24 | 2A |
| Octal | 221 | 105 | 164 | 0 | 64 | 24 | 53 | 503 | 44 | 52 |
| Binary | 10010001 | 1000101 | 1110100 | 0 | 110100 | 10100 | 101011 | 101000011 | 100100 | 101010 |
Color Harmonies of #914574
Complementary color
Monochromatic Colors of #914574
Black with #914574
Text Example
Text Example
White with #914574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914574; }
p { color: rgb(145,69,116); }
H1.HeaderClassName
{
color: #914574;
}
.AnyTagClassName
{
color: #914574;
}
</style>
background-color css
<style>
a { background-color: #914574; }
a { background-color: rgb(145,69,116); }
div.DivClassName
{
background-color: #914574;
}
.BgClassName
{
background-color: #914574;
}
</style>
border-color css
<style>
span { border-color: #914574; }
span { border-color: rgb(145,69,116); }
td.TdClassName
{
border-color: #914574;
}
.TagClassName
{
border-color: #914574;
}
</style>