Shades of Cannon Pink #904769
Tints of Cannon Pink #904769
RGB
CMYK
RGB Variations
Color information
#904769 (or 0x904769) is known color: Cannon Pink. HEX triplet: 90, 47 and 69. RGB value is (144,71,105). Sum of RGB (Red+Green+Blue) = 144+71+105=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #904769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904769 is #6FB896. Grayscale: #606060. Windows color (decimal): -7321751 or 6899600. OLE color: 6899600.
HSL color Cylindrical-coordinate representation of color #904769: hue angle of 332.05º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904769 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 105 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.44 |
| HSL | 332.05º | 0.34% | 0.42% | - |
| HSV(B) | 332.05º | 0.51% | 0.56% | - |
| XYZ | 16.3 | 11.46 | 14.72 | - |
| YUV | 96.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 105 | 0 | 0.51 | 0.27 | 0.44 | 332.05 | 0.34 | 0.42 |
| Hex | 90 | 47 | 69 | 0 | 33 | 1B | 2C | 14C | 22 | 2A |
| Octal | 220 | 107 | 151 | 0 | 63 | 33 | 54 | 514 | 42 | 52 |
| Binary | 10010000 | 1000111 | 1101001 | 0 | 110011 | 11011 | 101100 | 101001100 | 100010 | 101010 |
Color Harmonies of #904769
Complementary color
Monochromatic Colors of #904769
Black with #904769
Text Example
Text Example
White with #904769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904769; }
p { color: rgb(144,71,105); }
H1.HeaderClassName
{
color: #904769;
}
.AnyTagClassName
{
color: #904769;
}
</style>
background-color css
<style>
a { background-color: #904769; }
a { background-color: rgb(144,71,105); }
div.DivClassName
{
background-color: #904769;
}
.BgClassName
{
background-color: #904769;
}
</style>
border-color css
<style>
span { border-color: #904769; }
span { border-color: rgb(144,71,105); }
td.TdClassName
{
border-color: #904769;
}
.TagClassName
{
border-color: #904769;
}
</style>