Shades of Cannon Pink #904768
Tints of Cannon Pink #904768
RGB
CMYK
RGB Variations
Color information
#904768 (or 0x904768) is known color: Cannon Pink. HEX triplet: 90, 47 and 68. RGB value is (144,71,104). Sum of RGB (Red+Green+Blue) = 144+71+104=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #904768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904768 is #6FB897. Grayscale: #606060. Windows color (decimal): -7321752 or 6834064. OLE color: 6834064.
HSL color Cylindrical-coordinate representation of color #904768: hue angle of 332.88º 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 #904768 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 104 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.44 |
| HSL | 332.88º | 0.34% | 0.42% | - |
| HSV(B) | 332.88º | 0.51% | 0.56% | - |
| XYZ | 16.25 | 11.44 | 14.45 | - |
| YUV | 96.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 104 | 0 | 0.51 | 0.28 | 0.44 | 332.88 | 0.34 | 0.42 |
| Hex | 90 | 47 | 68 | 0 | 33 | 1C | 2C | 14D | 22 | 2A |
| Octal | 220 | 107 | 150 | 0 | 63 | 34 | 54 | 515 | 42 | 52 |
| Binary | 10010000 | 1000111 | 1101000 | 0 | 110011 | 11100 | 101100 | 101001101 | 100010 | 101010 |
Color Harmonies of #904768
Complementary color
Monochromatic Colors of #904768
Black with #904768
Text Example
Text Example
White with #904768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904768; }
p { color: rgb(144,71,104); }
H1.HeaderClassName
{
color: #904768;
}
.AnyTagClassName
{
color: #904768;
}
</style>
background-color css
<style>
a { background-color: #904768; }
a { background-color: rgb(144,71,104); }
div.DivClassName
{
background-color: #904768;
}
.BgClassName
{
background-color: #904768;
}
</style>
border-color css
<style>
span { border-color: #904768; }
span { border-color: rgb(144,71,104); }
td.TdClassName
{
border-color: #904768;
}
.TagClassName
{
border-color: #904768;
}
</style>