Shades of Cannon Pink #914575
Tints of Cannon Pink #914575
RGB
CMYK
RGB Variations
Color information
#914575 (or 0x914575) is known color: Cannon Pink. HEX triplet: 91, 45 and 75. RGB value is (145,69,117). Sum of RGB (Red+Green+Blue) = 145+69+117=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #914575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914575 is #6EBA8A. Grayscale: #616161. Windows color (decimal): -7256715 or 7685521. OLE color: 7685521.
HSL color Cylindrical-coordinate representation of color #914575: hue angle of 322.11º 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 #914575 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 69 | 117 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.43 |
| HSL | 322.11º | 0.36% | 0.42% | - |
| HSV(B) | 322.11º | 0.52% | 0.57% | - |
| XYZ | 17.02 | 11.56 | 18.16 | - |
| YUV | 97.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 117 | 0 | 0.52 | 0.19 | 0.43 | 322.11 | 0.36 | 0.42 |
| Hex | 91 | 45 | 75 | 0 | 34 | 13 | 2B | 142 | 24 | 2A |
| Octal | 221 | 105 | 165 | 0 | 64 | 23 | 53 | 502 | 44 | 52 |
| Binary | 10010001 | 1000101 | 1110101 | 0 | 110100 | 10011 | 101011 | 101000010 | 100100 | 101010 |
Color Harmonies of #914575
Complementary color
Monochromatic Colors of #914575
Black with #914575
Text Example
Text Example
White with #914575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914575; }
p { color: rgb(145,69,117); }
H1.HeaderClassName
{
color: #914575;
}
.AnyTagClassName
{
color: #914575;
}
</style>
background-color css
<style>
a { background-color: #914575; }
a { background-color: rgb(145,69,117); }
div.DivClassName
{
background-color: #914575;
}
.BgClassName
{
background-color: #914575;
}
</style>
border-color css
<style>
span { border-color: #914575; }
span { border-color: rgb(145,69,117); }
td.TdClassName
{
border-color: #914575;
}
.TagClassName
{
border-color: #914575;
}
</style>