Shades of Cannon Pink #914372
Tints of Cannon Pink #914372
RGB
CMYK
RGB Variations
Color information
#914372 (or 0x914372) is known color: Cannon Pink. HEX triplet: 91, 43 and 72. RGB value is (145,67,114). Sum of RGB (Red+Green+Blue) = 145+67+114=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #914372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914372 is #6EBC8D. Grayscale: #5F5F5F. Windows color (decimal): -7257230 or 7488401. OLE color: 7488401.
HSL color Cylindrical-coordinate representation of color #914372: hue angle of 323.85º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914372 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 67 | 114 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.43 |
| HSL | 323.85º | 0.37% | 0.42% | - |
| HSV(B) | 323.85º | 0.54% | 0.57% | - |
| XYZ | 16.72 | 11.25 | 17.21 | - |
| YUV | 95.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 114 | 0 | 0.54 | 0.21 | 0.43 | 323.85 | 0.37 | 0.42 |
| Hex | 91 | 43 | 72 | 0 | 36 | 15 | 2B | 144 | 25 | 2A |
| Octal | 221 | 103 | 162 | 0 | 66 | 25 | 53 | 504 | 45 | 52 |
| Binary | 10010001 | 1000011 | 1110010 | 0 | 110110 | 10101 | 101011 | 101000100 | 100101 | 101010 |
Color Harmonies of #914372
Complementary color
Monochromatic Colors of #914372
Black with #914372
Text Example
Text Example
White with #914372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914372; }
p { color: rgb(145,67,114); }
H1.HeaderClassName
{
color: #914372;
}
.AnyTagClassName
{
color: #914372;
}
</style>
background-color css
<style>
a { background-color: #914372; }
a { background-color: rgb(145,67,114); }
div.DivClassName
{
background-color: #914372;
}
.BgClassName
{
background-color: #914372;
}
</style>
border-color css
<style>
span { border-color: #914372; }
span { border-color: rgb(145,67,114); }
td.TdClassName
{
border-color: #914372;
}
.TagClassName
{
border-color: #914372;
}
</style>