Shades of Cannon Pink #904E69
Tints of Cannon Pink #904E69
RGB
CMYK
RGB Variations
Color information
#904E69 (or 0x904E69) is known color: Cannon Pink. HEX triplet: 90, 4E and 69. RGB value is (144,78,105). Sum of RGB (Red+Green+Blue) = 144+78+105=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #904E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E69 is #6FB196. Grayscale: #646464. Windows color (decimal): -7319959 or 6901392. OLE color: 6901392.
HSL color Cylindrical-coordinate representation of color #904E69: hue angle of 335.45º 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 #904E69 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 105 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.44 |
| HSL | 335.45º | 0.3% | 0.44% | - |
| HSV(B) | 335.45º | 0.46% | 0.56% | - |
| XYZ | 16.78 | 12.4 | 14.87 | - |
| YUV | 100.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 105 | 0 | 0.46 | 0.27 | 0.44 | 335.45 | 0.3 | 0.44 |
| Hex | 90 | 4E | 69 | 0 | 2E | 1B | 2C | 14F | 1E | 2C |
| Octal | 220 | 116 | 151 | 0 | 56 | 33 | 54 | 517 | 36 | 54 |
| Binary | 10010000 | 1001110 | 1101001 | 0 | 101110 | 11011 | 101100 | 101001111 | 11110 | 101100 |
Color Harmonies of #904E69
Complementary color
Monochromatic Colors of #904E69
Black with #904E69
Text Example
Text Example
White with #904E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E69; }
p { color: rgb(144,78,105); }
H1.HeaderClassName
{
color: #904E69;
}
.AnyTagClassName
{
color: #904E69;
}
</style>
background-color css
<style>
a { background-color: #904E69; }
a { background-color: rgb(144,78,105); }
div.DivClassName
{
background-color: #904E69;
}
.BgClassName
{
background-color: #904E69;
}
</style>
border-color css
<style>
span { border-color: #904E69; }
span { border-color: rgb(144,78,105); }
td.TdClassName
{
border-color: #904E69;
}
.TagClassName
{
border-color: #904E69;
}
</style>