Shades of Cannon Pink #974E72
Tints of Cannon Pink #974E72
RGB
CMYK
RGB Variations
Color information
#974E72 (or 0x974E72) is known color: Cannon Pink. HEX triplet: 97, 4E and 72. RGB value is (151,78,114). Sum of RGB (Red+Green+Blue) = 151+78+114=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #974E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E72 is #68B18D. Grayscale: #676767. Windows color (decimal): -6861198 or 7491223. OLE color: 7491223.
HSL color Cylindrical-coordinate representation of color #974E72: hue angle of 330.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #974E72 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 78 | 114 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.41 |
| HSL | 330.41º | 0.32% | 0.45% | - |
| HSV(B) | 330.41º | 0.48% | 0.59% | - |
| XYZ | 18.52 | 13.24 | 17.5 | - |
| YUV | 103.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 114 | 0 | 0.48 | 0.25 | 0.41 | 330.41 | 0.32 | 0.45 |
| Hex | 97 | 4E | 72 | 0 | 30 | 19 | 29 | 14A | 20 | 2D |
| Octal | 227 | 116 | 162 | 0 | 60 | 31 | 51 | 512 | 40 | 55 |
| Binary | 10010111 | 1001110 | 1110010 | 0 | 110000 | 11001 | 101001 | 101001010 | 100000 | 101101 |
Color Harmonies of #974E72
Complementary color
Monochromatic Colors of #974E72
Black with #974E72
Text Example
Text Example
White with #974E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974E72; }
p { color: rgb(151,78,114); }
H1.HeaderClassName
{
color: #974E72;
}
.AnyTagClassName
{
color: #974E72;
}
</style>
background-color css
<style>
a { background-color: #974E72; }
a { background-color: rgb(151,78,114); }
div.DivClassName
{
background-color: #974E72;
}
.BgClassName
{
background-color: #974E72;
}
</style>
border-color css
<style>
span { border-color: #974E72; }
span { border-color: rgb(151,78,114); }
td.TdClassName
{
border-color: #974E72;
}
.TagClassName
{
border-color: #974E72;
}
</style>