Shades of Cannon Pink #914871
Tints of Cannon Pink #914871
RGB
CMYK
RGB Variations
Color information
#914871 (or 0x914871) is known color: Cannon Pink. HEX triplet: 91, 48 and 71. RGB value is (145,72,113). Sum of RGB (Red+Green+Blue) = 145+72+113=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #914871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914871 is #6EB78E. Grayscale: #626262. Windows color (decimal): -7255951 or 7424145. OLE color: 7424145.
HSL color Cylindrical-coordinate representation of color #914871: hue angle of 326.3º 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 #914871 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 72 | 113 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.43 |
| HSL | 326.3º | 0.34% | 0.43% | - |
| HSV(B) | 326.3º | 0.5% | 0.57% | - |
| XYZ | 16.98 | 11.85 | 17.01 | - |
| YUV | 98.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 113 | 0 | 0.50 | 0.22 | 0.43 | 326.3 | 0.34 | 0.43 |
| Hex | 91 | 48 | 71 | 0 | 32 | 16 | 2B | 146 | 22 | 2B |
| Octal | 221 | 110 | 161 | 0 | 62 | 26 | 53 | 506 | 42 | 53 |
| Binary | 10010001 | 1001000 | 1110001 | 0 | 110010 | 10110 | 101011 | 101000110 | 100010 | 101011 |
Color Harmonies of #914871
Complementary color
Monochromatic Colors of #914871
Black with #914871
Text Example
Text Example
White with #914871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914871; }
p { color: rgb(145,72,113); }
H1.HeaderClassName
{
color: #914871;
}
.AnyTagClassName
{
color: #914871;
}
</style>
background-color css
<style>
a { background-color: #914871; }
a { background-color: rgb(145,72,113); }
div.DivClassName
{
background-color: #914871;
}
.BgClassName
{
background-color: #914871;
}
</style>
border-color css
<style>
span { border-color: #914871; }
span { border-color: rgb(145,72,113); }
td.TdClassName
{
border-color: #914871;
}
.TagClassName
{
border-color: #914871;
}
</style>