Shades of Cannon Pink #904C6E
Tints of Cannon Pink #904C6E
RGB
CMYK
RGB Variations
Color information
#904C6E (or 0x904C6E) is known color: Cannon Pink. HEX triplet: 90, 4C and 6E. RGB value is (144,76,110). Sum of RGB (Red+Green+Blue) = 144+76+110=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #904C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904C6E is #6FB391. Grayscale: #646464. Windows color (decimal): -7320466 or 7228560. OLE color: 7228560.
HSL color Cylindrical-coordinate representation of color #904C6E: hue angle of 330º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #904C6E is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 110 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.44 |
| HSL | 330º | 0.31% | 0.43% | - |
| HSV(B) | 330º | 0.47% | 0.56% | - |
| XYZ | 16.9 | 12.22 | 16.22 | - |
| YUV | 100.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 110 | 0 | 0.47 | 0.24 | 0.44 | 330 | 0.31 | 0.43 |
| Hex | 90 | 4C | 6E | 0 | 2F | 18 | 2C | 14A | 1F | 2B |
| Octal | 220 | 114 | 156 | 0 | 57 | 30 | 54 | 512 | 37 | 53 |
| Binary | 10010000 | 1001100 | 1101110 | 0 | 101111 | 11000 | 101100 | 101001010 | 11111 | 101011 |
Color Harmonies of #904C6E
Complementary color
Monochromatic Colors of #904C6E
Black with #904C6E
Text Example
Text Example
White with #904C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C6E; }
p { color: rgb(144,76,110); }
H1.HeaderClassName
{
color: #904C6E;
}
.AnyTagClassName
{
color: #904C6E;
}
</style>
background-color css
<style>
a { background-color: #904C6E; }
a { background-color: rgb(144,76,110); }
div.DivClassName
{
background-color: #904C6E;
}
.BgClassName
{
background-color: #904C6E;
}
</style>
border-color css
<style>
span { border-color: #904C6E; }
span { border-color: rgb(144,76,110); }
td.TdClassName
{
border-color: #904C6E;
}
.TagClassName
{
border-color: #904C6E;
}
</style>