Shades of Cannon Pink #904F70
Tints of Cannon Pink #904F70
RGB
CMYK
RGB Variations
Color information
#904F70 (or 0x904F70) is known color: Cannon Pink. HEX triplet: 90, 4F and 70. RGB value is (144,79,112). Sum of RGB (Red+Green+Blue) = 144+79+112=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #904F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904F70 is #6FB08F. Grayscale: #666666. Windows color (decimal): -7319696 or 7360400. OLE color: 7360400.
HSL color Cylindrical-coordinate representation of color #904F70: hue angle of 329.54º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #904F70 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 79 | 112 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.44 |
| HSL | 329.54º | 0.29% | 0.44% | - |
| HSV(B) | 329.54º | 0.45% | 0.56% | - |
| XYZ | 17.22 | 12.69 | 16.87 | - |
| YUV | 102.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 112 | 0 | 0.45 | 0.22 | 0.44 | 329.54 | 0.29 | 0.44 |
| Hex | 90 | 4F | 70 | 0 | 2D | 16 | 2C | 14A | 1D | 2C |
| Octal | 220 | 117 | 160 | 0 | 55 | 26 | 54 | 512 | 35 | 54 |
| Binary | 10010000 | 1001111 | 1110000 | 0 | 101101 | 10110 | 101100 | 101001010 | 11101 | 101100 |
Color Harmonies of #904F70
Complementary color
Monochromatic Colors of #904F70
Black with #904F70
Text Example
Text Example
White with #904F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904F70; }
p { color: rgb(144,79,112); }
H1.HeaderClassName
{
color: #904F70;
}
.AnyTagClassName
{
color: #904F70;
}
</style>
background-color css
<style>
a { background-color: #904F70; }
a { background-color: rgb(144,79,112); }
div.DivClassName
{
background-color: #904F70;
}
.BgClassName
{
background-color: #904F70;
}
</style>
border-color css
<style>
span { border-color: #904F70; }
span { border-color: rgb(144,79,112); }
td.TdClassName
{
border-color: #904F70;
}
.TagClassName
{
border-color: #904F70;
}
</style>