Shades of Cannon Pink #905372
Tints of Cannon Pink #905372
RGB
CMYK
RGB Variations
Color information
#905372 (or 0x905372) is known color: Cannon Pink. HEX triplet: 90, 53 and 72. RGB value is (144,83,114). Sum of RGB (Red+Green+Blue) = 144+83+114=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #905372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905372 is #6FAC8D. Grayscale: #686868. Windows color (decimal): -7318670 or 7492496. OLE color: 7492496.
HSL color Cylindrical-coordinate representation of color #905372: hue angle of 329.51º 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 #905372 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 114 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.44 |
| HSL | 329.51º | 0.27% | 0.45% | - |
| HSV(B) | 329.51º | 0.42% | 0.56% | - |
| XYZ | 17.63 | 13.33 | 17.56 | - |
| YUV | 104.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 114 | 0 | 0.42 | 0.21 | 0.44 | 329.51 | 0.27 | 0.45 |
| Hex | 90 | 53 | 72 | 0 | 2A | 15 | 2C | 14A | 1B | 2D |
| Octal | 220 | 123 | 162 | 0 | 52 | 25 | 54 | 512 | 33 | 55 |
| Binary | 10010000 | 1010011 | 1110010 | 0 | 101010 | 10101 | 101100 | 101001010 | 11011 | 101101 |
Color Harmonies of #905372
Complementary color
Monochromatic Colors of #905372
Black with #905372
Text Example
Text Example
White with #905372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905372; }
p { color: rgb(144,83,114); }
H1.HeaderClassName
{
color: #905372;
}
.AnyTagClassName
{
color: #905372;
}
</style>
background-color css
<style>
a { background-color: #905372; }
a { background-color: rgb(144,83,114); }
div.DivClassName
{
background-color: #905372;
}
.BgClassName
{
background-color: #905372;
}
</style>
border-color css
<style>
span { border-color: #905372; }
span { border-color: rgb(144,83,114); }
td.TdClassName
{
border-color: #905372;
}
.TagClassName
{
border-color: #905372;
}
</style>