Shades of Cannon Pink #904B61
Tints of Cannon Pink #904B61
RGB
CMYK
RGB Variations
Color information
#904B61 (or 0x904B61) is known color: Cannon Pink. HEX triplet: 90, 4B and 61. RGB value is (144,75,97). Sum of RGB (Red+Green+Blue) = 144+75+97=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #904B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B61 is #6FB49E. Grayscale: #626262. Windows color (decimal): -7320735 or 6376336. OLE color: 6376336.
HSL color Cylindrical-coordinate representation of color #904B61: hue angle of 340.87º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #904B61 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 75 | 97 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.44 |
| HSL | 340.87º | 0.32% | 0.43% | - |
| HSV(B) | 340.87º | 0.48% | 0.56% | - |
| XYZ | 16.18 | 11.82 | 12.74 | - |
| YUV | 98.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 97 | 0 | 0.48 | 0.33 | 0.44 | 340.87 | 0.32 | 0.43 |
| Hex | 90 | 4B | 61 | 0 | 30 | 21 | 2C | 155 | 20 | 2B |
| Octal | 220 | 113 | 141 | 0 | 60 | 41 | 54 | 525 | 40 | 53 |
| Binary | 10010000 | 1001011 | 1100001 | 0 | 110000 | 100001 | 101100 | 101010101 | 100000 | 101011 |
Color Harmonies of #904B61
Complementary color
Monochromatic Colors of #904B61
Black with #904B61
Text Example
Text Example
White with #904B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904B61; }
p { color: rgb(144,75,97); }
H1.HeaderClassName
{
color: #904B61;
}
.AnyTagClassName
{
color: #904B61;
}
</style>
background-color css
<style>
a { background-color: #904B61; }
a { background-color: rgb(144,75,97); }
div.DivClassName
{
background-color: #904B61;
}
.BgClassName
{
background-color: #904B61;
}
</style>
border-color css
<style>
span { border-color: #904B61; }
span { border-color: rgb(144,75,97); }
td.TdClassName
{
border-color: #904B61;
}
.TagClassName
{
border-color: #904B61;
}
</style>