Shades of Cannon Pink #904375
Tints of Cannon Pink #904375
RGB
CMYK
RGB Variations
Color information
#904375 (or 0x904375) is known color: Cannon Pink. HEX triplet: 90, 43 and 75. RGB value is (144,67,117). Sum of RGB (Red+Green+Blue) = 144+67+117=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #904375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904375 is #6FBC8A. Grayscale: #5F5F5F. Windows color (decimal): -7322763 or 7685008. OLE color: 7685008.
HSL color Cylindrical-coordinate representation of color #904375: hue angle of 321.04º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904375 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 117 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.44 |
| HSL | 321.04º | 0.36% | 0.41% | - |
| HSV(B) | 321.04º | 0.53% | 0.56% | - |
| XYZ | 16.72 | 11.23 | 18.12 | - |
| YUV | 95.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 117 | 0 | 0.53 | 0.19 | 0.44 | 321.04 | 0.36 | 0.41 |
| Hex | 90 | 43 | 75 | 0 | 35 | 13 | 2C | 141 | 24 | 29 |
| Octal | 220 | 103 | 165 | 0 | 65 | 23 | 54 | 501 | 44 | 51 |
| Binary | 10010000 | 1000011 | 1110101 | 0 | 110101 | 10011 | 101100 | 101000001 | 100100 | 101001 |
Color Harmonies of #904375
Complementary color
Monochromatic Colors of #904375
Black with #904375
Text Example
Text Example
White with #904375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904375; }
p { color: rgb(144,67,117); }
H1.HeaderClassName
{
color: #904375;
}
.AnyTagClassName
{
color: #904375;
}
</style>
background-color css
<style>
a { background-color: #904375; }
a { background-color: rgb(144,67,117); }
div.DivClassName
{
background-color: #904375;
}
.BgClassName
{
background-color: #904375;
}
</style>
border-color css
<style>
span { border-color: #904375; }
span { border-color: rgb(144,67,117); }
td.TdClassName
{
border-color: #904375;
}
.TagClassName
{
border-color: #904375;
}
</style>