Shades of Cannon Pink #974A74
Tints of Cannon Pink #974A74
RGB
CMYK
RGB Variations
Color information
#974A74 (or 0x974A74) is known color: Cannon Pink. HEX triplet: 97, 4A and 74. RGB value is (151,74,116). Sum of RGB (Red+Green+Blue) = 151+74+116=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #974A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974A74 is #68B58B. Grayscale: #656565. Windows color (decimal): -6862220 or 7621271. OLE color: 7621271.
HSL color Cylindrical-coordinate representation of color #974A74: hue angle of 327.27º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974A74 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 74 | 116 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.41 |
| HSL | 327.27º | 0.34% | 0.44% | - |
| HSV(B) | 327.27º | 0.51% | 0.59% | - |
| XYZ | 18.36 | 12.74 | 18.01 | - |
| YUV | 101.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 116 | 0 | 0.51 | 0.23 | 0.41 | 327.27 | 0.34 | 0.44 |
| Hex | 97 | 4A | 74 | 0 | 33 | 17 | 29 | 147 | 22 | 2C |
| Octal | 227 | 112 | 164 | 0 | 63 | 27 | 51 | 507 | 42 | 54 |
| Binary | 10010111 | 1001010 | 1110100 | 0 | 110011 | 10111 | 101001 | 101000111 | 100010 | 101100 |
Color Harmonies of #974A74
Complementary color
Monochromatic Colors of #974A74
Black with #974A74
Text Example
Text Example
White with #974A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974A74; }
p { color: rgb(151,74,116); }
H1.HeaderClassName
{
color: #974A74;
}
.AnyTagClassName
{
color: #974A74;
}
</style>
background-color css
<style>
a { background-color: #974A74; }
a { background-color: rgb(151,74,116); }
div.DivClassName
{
background-color: #974A74;
}
.BgClassName
{
background-color: #974A74;
}
</style>
border-color css
<style>
span { border-color: #974A74; }
span { border-color: rgb(151,74,116); }
td.TdClassName
{
border-color: #974A74;
}
.TagClassName
{
border-color: #974A74;
}
</style>