Shades of Cannon Pink #904E6A
Tints of Cannon Pink #904E6A
RGB
CMYK
RGB Variations
Color information
#904E6A (or 0x904E6A) is known color: Cannon Pink. HEX triplet: 90, 4E and 6A. RGB value is (144,78,106). Sum of RGB (Red+Green+Blue) = 144+78+106=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #904E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E6A is #6FB195. Grayscale: #646464. Windows color (decimal): -7319958 or 6966928. OLE color: 6966928.
HSL color Cylindrical-coordinate representation of color #904E6A: hue angle of 334.55º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #904E6A is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 106 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.44 |
| HSL | 334.55º | 0.3% | 0.44% | - |
| HSV(B) | 334.55º | 0.46% | 0.56% | - |
| XYZ | 16.83 | 12.42 | 15.15 | - |
| YUV | 100.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 106 | 0 | 0.46 | 0.26 | 0.44 | 334.55 | 0.3 | 0.44 |
| Hex | 90 | 4E | 6A | 0 | 2E | 1A | 2C | 14F | 1E | 2C |
| Octal | 220 | 116 | 152 | 0 | 56 | 32 | 54 | 517 | 36 | 54 |
| Binary | 10010000 | 1001110 | 1101010 | 0 | 101110 | 11010 | 101100 | 101001111 | 11110 | 101100 |
Color Harmonies of #904E6A
Complementary color
Monochromatic Colors of #904E6A
Black with #904E6A
Text Example
Text Example
White with #904E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E6A; }
p { color: rgb(144,78,106); }
H1.HeaderClassName
{
color: #904E6A;
}
.AnyTagClassName
{
color: #904E6A;
}
</style>
background-color css
<style>
a { background-color: #904E6A; }
a { background-color: rgb(144,78,106); }
div.DivClassName
{
background-color: #904E6A;
}
.BgClassName
{
background-color: #904E6A;
}
</style>
border-color css
<style>
span { border-color: #904E6A; }
span { border-color: rgb(144,78,106); }
td.TdClassName
{
border-color: #904E6A;
}
.TagClassName
{
border-color: #904E6A;
}
</style>