Shades of Cannon Pink #904968
Tints of Cannon Pink #904968
RGB
CMYK
RGB Variations
Color information
#904968 (or 0x904968) is known color: Cannon Pink. HEX triplet: 90, 49 and 68. RGB value is (144,73,104). Sum of RGB (Red+Green+Blue) = 144+73+104=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #904968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904968 is #6FB697. Grayscale: #616161. Windows color (decimal): -7321240 or 6834576. OLE color: 6834576.
HSL color Cylindrical-coordinate representation of color #904968: hue angle of 333.8º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904968 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 104 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.44 |
| HSL | 333.8º | 0.33% | 0.43% | - |
| HSV(B) | 333.8º | 0.49% | 0.56% | - |
| XYZ | 16.38 | 11.69 | 14.49 | - |
| YUV | 97.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 104 | 0 | 0.49 | 0.28 | 0.44 | 333.8 | 0.33 | 0.43 |
| Hex | 90 | 49 | 68 | 0 | 31 | 1C | 2C | 14E | 21 | 2B |
| Octal | 220 | 111 | 150 | 0 | 61 | 34 | 54 | 516 | 41 | 53 |
| Binary | 10010000 | 1001001 | 1101000 | 0 | 110001 | 11100 | 101100 | 101001110 | 100001 | 101011 |
Color Harmonies of #904968
Complementary color
Monochromatic Colors of #904968
Black with #904968
Text Example
Text Example
White with #904968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904968; }
p { color: rgb(144,73,104); }
H1.HeaderClassName
{
color: #904968;
}
.AnyTagClassName
{
color: #904968;
}
</style>
background-color css
<style>
a { background-color: #904968; }
a { background-color: rgb(144,73,104); }
div.DivClassName
{
background-color: #904968;
}
.BgClassName
{
background-color: #904968;
}
</style>
border-color css
<style>
span { border-color: #904968; }
span { border-color: rgb(144,73,104); }
td.TdClassName
{
border-color: #904968;
}
.TagClassName
{
border-color: #904968;
}
</style>