Shades of Cannon Pink #915371
Tints of Cannon Pink #915371
RGB
CMYK
RGB Variations
Color information
#915371 (or 0x915371) is known color: Cannon Pink. HEX triplet: 91, 53 and 71. RGB value is (145,83,113). Sum of RGB (Red+Green+Blue) = 145+83+113=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #915371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915371 is #6EAC8E. Grayscale: #686868. Windows color (decimal): -7253135 or 7426961. OLE color: 7426961.
HSL color Cylindrical-coordinate representation of color #915371: hue angle of 330.97º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915371 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 113 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.43 |
| HSL | 330.97º | 0.27% | 0.45% | - |
| HSV(B) | 330.97º | 0.43% | 0.57% | - |
| XYZ | 17.75 | 13.4 | 17.27 | - |
| YUV | 104.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 113 | 0 | 0.43 | 0.22 | 0.43 | 330.97 | 0.27 | 0.45 |
| Hex | 91 | 53 | 71 | 0 | 2B | 16 | 2B | 14B | 1B | 2D |
| Octal | 221 | 123 | 161 | 0 | 53 | 26 | 53 | 513 | 33 | 55 |
| Binary | 10010001 | 1010011 | 1110001 | 0 | 101011 | 10110 | 101011 | 101001011 | 11011 | 101101 |
Color Harmonies of #915371
Complementary color
Monochromatic Colors of #915371
Black with #915371
Text Example
Text Example
White with #915371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915371; }
p { color: rgb(145,83,113); }
H1.HeaderClassName
{
color: #915371;
}
.AnyTagClassName
{
color: #915371;
}
</style>
background-color css
<style>
a { background-color: #915371; }
a { background-color: rgb(145,83,113); }
div.DivClassName
{
background-color: #915371;
}
.BgClassName
{
background-color: #915371;
}
</style>
border-color css
<style>
span { border-color: #915371; }
span { border-color: rgb(145,83,113); }
td.TdClassName
{
border-color: #915371;
}
.TagClassName
{
border-color: #915371;
}
</style>