Shades of Cannon Pink #905373
Tints of Cannon Pink #905373
RGB
CMYK
RGB Variations
Color information
#905373 (or 0x905373) is known color: Cannon Pink. HEX triplet: 90, 53 and 73. RGB value is (144,83,115). Sum of RGB (Red+Green+Blue) = 144+83+115=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #905373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905373 is #6FAC8C. Grayscale: #686868. Windows color (decimal): -7318669 or 7558032. OLE color: 7558032.
HSL color Cylindrical-coordinate representation of color #905373: hue angle of 328.52º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #905373 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 115 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.44 |
| HSL | 328.52º | 0.27% | 0.45% | - |
| HSV(B) | 328.52º | 0.42% | 0.56% | - |
| XYZ | 17.69 | 13.35 | 17.86 | - |
| YUV | 104.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 115 | 0 | 0.42 | 0.20 | 0.44 | 328.52 | 0.27 | 0.45 |
| Hex | 90 | 53 | 73 | 0 | 2A | 14 | 2C | 149 | 1B | 2D |
| Octal | 220 | 123 | 163 | 0 | 52 | 24 | 54 | 511 | 33 | 55 |
| Binary | 10010000 | 1010011 | 1110011 | 0 | 101010 | 10100 | 101100 | 101001001 | 11011 | 101101 |
Color Harmonies of #905373
Complementary color
Monochromatic Colors of #905373
Black with #905373
Text Example
Text Example
White with #905373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905373; }
p { color: rgb(144,83,115); }
H1.HeaderClassName
{
color: #905373;
}
.AnyTagClassName
{
color: #905373;
}
</style>
background-color css
<style>
a { background-color: #905373; }
a { background-color: rgb(144,83,115); }
div.DivClassName
{
background-color: #905373;
}
.BgClassName
{
background-color: #905373;
}
</style>
border-color css
<style>
span { border-color: #905373; }
span { border-color: rgb(144,83,115); }
td.TdClassName
{
border-color: #905373;
}
.TagClassName
{
border-color: #905373;
}
</style>