Shades of Cannon Pink #905374
Tints of Cannon Pink #905374
RGB
CMYK
RGB Variations
Color information
#905374 (or 0x905374) is known color: Cannon Pink. HEX triplet: 90, 53 and 74. RGB value is (144,83,116). Sum of RGB (Red+Green+Blue) = 144+83+116=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #905374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905374 is #6FAC8B. Grayscale: #686868. Windows color (decimal): -7318668 or 7623568. OLE color: 7623568.
HSL color Cylindrical-coordinate representation of color #905374: hue angle of 327.54º 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 #905374 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 116 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.44 |
| HSL | 327.54º | 0.27% | 0.45% | - |
| HSV(B) | 327.54º | 0.42% | 0.56% | - |
| XYZ | 17.75 | 13.38 | 18.17 | - |
| YUV | 105 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 116 | 0 | 0.42 | 0.19 | 0.44 | 327.54 | 0.27 | 0.45 |
| Hex | 90 | 53 | 74 | 0 | 2A | 13 | 2C | 148 | 1B | 2D |
| Octal | 220 | 123 | 164 | 0 | 52 | 23 | 54 | 510 | 33 | 55 |
| Binary | 10010000 | 1010011 | 1110100 | 0 | 101010 | 10011 | 101100 | 101001000 | 11011 | 101101 |
Color Harmonies of #905374
Complementary color
Monochromatic Colors of #905374
Black with #905374
Text Example
Text Example
White with #905374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905374; }
p { color: rgb(144,83,116); }
H1.HeaderClassName
{
color: #905374;
}
.AnyTagClassName
{
color: #905374;
}
</style>
background-color css
<style>
a { background-color: #905374; }
a { background-color: rgb(144,83,116); }
div.DivClassName
{
background-color: #905374;
}
.BgClassName
{
background-color: #905374;
}
</style>
border-color css
<style>
span { border-color: #905374; }
span { border-color: rgb(144,83,116); }
td.TdClassName
{
border-color: #905374;
}
.TagClassName
{
border-color: #905374;
}
</style>