Shades of Cannon Pink #904767
Tints of Cannon Pink #904767
RGB
CMYK
RGB Variations
Color information
#904767 (or 0x904767) is known color: Cannon Pink. HEX triplet: 90, 47 and 67. RGB value is (144,71,103). Sum of RGB (Red+Green+Blue) = 144+71+103=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #904767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904767 is #6FB898. Grayscale: #606060. Windows color (decimal): -7321753 or 6768528. OLE color: 6768528.
HSL color Cylindrical-coordinate representation of color #904767: hue angle of 333.7º 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 #904767 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 103 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.44 |
| HSL | 333.7º | 0.34% | 0.42% | - |
| HSV(B) | 333.7º | 0.51% | 0.56% | - |
| XYZ | 16.2 | 11.42 | 14.18 | - |
| YUV | 96.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 103 | 0 | 0.51 | 0.28 | 0.44 | 333.7 | 0.34 | 0.42 |
| Hex | 90 | 47 | 67 | 0 | 33 | 1C | 2C | 14E | 22 | 2A |
| Octal | 220 | 107 | 147 | 0 | 63 | 34 | 54 | 516 | 42 | 52 |
| Binary | 10010000 | 1000111 | 1100111 | 0 | 110011 | 11100 | 101100 | 101001110 | 100010 | 101010 |
Color Harmonies of #904767
Complementary color
Monochromatic Colors of #904767
Black with #904767
Text Example
Text Example
White with #904767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904767; }
p { color: rgb(144,71,103); }
H1.HeaderClassName
{
color: #904767;
}
.AnyTagClassName
{
color: #904767;
}
</style>
background-color css
<style>
a { background-color: #904767; }
a { background-color: rgb(144,71,103); }
div.DivClassName
{
background-color: #904767;
}
.BgClassName
{
background-color: #904767;
}
</style>
border-color css
<style>
span { border-color: #904767; }
span { border-color: rgb(144,71,103); }
td.TdClassName
{
border-color: #904767;
}
.TagClassName
{
border-color: #904767;
}
</style>