Shades of Cannon Pink #905271
Tints of Cannon Pink #905271
RGB
CMYK
RGB Variations
Color information
#905271 (or 0x905271) is known color: Cannon Pink. HEX triplet: 90, 52 and 71. RGB value is (144,82,113). Sum of RGB (Red+Green+Blue) = 144+82+113=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #905271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905271 is #6FAD8E. Grayscale: #686868. Windows color (decimal): -7318927 or 7426704. OLE color: 7426704.
HSL color Cylindrical-coordinate representation of color #905271: hue angle of 330º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #905271 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 113 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.44 |
| HSL | 330º | 0.27% | 0.44% | - |
| HSV(B) | 330º | 0.43% | 0.56% | - |
| XYZ | 17.5 | 13.16 | 17.24 | - |
| YUV | 104.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 113 | 0 | 0.43 | 0.22 | 0.44 | 330 | 0.27 | 0.44 |
| Hex | 90 | 52 | 71 | 0 | 2B | 16 | 2C | 14A | 1B | 2C |
| Octal | 220 | 122 | 161 | 0 | 53 | 26 | 54 | 512 | 33 | 54 |
| Binary | 10010000 | 1010010 | 1110001 | 0 | 101011 | 10110 | 101100 | 101001010 | 11011 | 101100 |
Color Harmonies of #905271
Complementary color
Monochromatic Colors of #905271
Black with #905271
Text Example
Text Example
White with #905271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905271; }
p { color: rgb(144,82,113); }
H1.HeaderClassName
{
color: #905271;
}
.AnyTagClassName
{
color: #905271;
}
</style>
background-color css
<style>
a { background-color: #905271; }
a { background-color: rgb(144,82,113); }
div.DivClassName
{
background-color: #905271;
}
.BgClassName
{
background-color: #905271;
}
</style>
border-color css
<style>
span { border-color: #905271; }
span { border-color: rgb(144,82,113); }
td.TdClassName
{
border-color: #905271;
}
.TagClassName
{
border-color: #905271;
}
</style>