Shades of Cannon Pink #914972
Tints of Cannon Pink #914972
RGB
CMYK
RGB Variations
Color information
#914972 (or 0x914972) is known color: Cannon Pink. HEX triplet: 91, 49 and 72. RGB value is (145,73,114). Sum of RGB (Red+Green+Blue) = 145+73+114=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #914972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914972 is #6EB68D. Grayscale: #636363. Windows color (decimal): -7255694 or 7489937. OLE color: 7489937.
HSL color Cylindrical-coordinate representation of color #914972: hue angle of 325.83º degrees, saturation: 0.33, 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 #914972 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 73 | 114 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.43 |
| HSL | 325.83º | 0.33% | 0.43% | - |
| HSV(B) | 325.83º | 0.5% | 0.57% | - |
| XYZ | 17.1 | 12 | 17.33 | - |
| YUV | 99.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 114 | 0 | 0.50 | 0.21 | 0.43 | 325.83 | 0.33 | 0.43 |
| Hex | 91 | 49 | 72 | 0 | 32 | 15 | 2B | 146 | 21 | 2B |
| Octal | 221 | 111 | 162 | 0 | 62 | 25 | 53 | 506 | 41 | 53 |
| Binary | 10010001 | 1001001 | 1110010 | 0 | 110010 | 10101 | 101011 | 101000110 | 100001 | 101011 |
Color Harmonies of #914972
Complementary color
Monochromatic Colors of #914972
Black with #914972
Text Example
Text Example
White with #914972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914972; }
p { color: rgb(145,73,114); }
H1.HeaderClassName
{
color: #914972;
}
.AnyTagClassName
{
color: #914972;
}
</style>
background-color css
<style>
a { background-color: #914972; }
a { background-color: rgb(145,73,114); }
div.DivClassName
{
background-color: #914972;
}
.BgClassName
{
background-color: #914972;
}
</style>
border-color css
<style>
span { border-color: #914972; }
span { border-color: rgb(145,73,114); }
td.TdClassName
{
border-color: #914972;
}
.TagClassName
{
border-color: #914972;
}
</style>