Shades of Cannon Pink #915270
Tints of Cannon Pink #915270
RGB
CMYK
RGB Variations
Color information
#915270 (or 0x915270) is known color: Cannon Pink. HEX triplet: 91, 52 and 70. RGB value is (145,82,112). Sum of RGB (Red+Green+Blue) = 145+82+112=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #915270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915270 is #6EAD8F. Grayscale: #686868. Windows color (decimal): -7253392 or 7361169. OLE color: 7361169.
HSL color Cylindrical-coordinate representation of color #915270: hue angle of 331.43º degrees, saturation: 0.28, 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 #915270 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 112 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.43 |
| HSL | 331.43º | 0.28% | 0.45% | - |
| HSV(B) | 331.43º | 0.43% | 0.57% | - |
| XYZ | 17.62 | 13.22 | 16.95 | - |
| YUV | 104.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 112 | 0 | 0.43 | 0.23 | 0.43 | 331.43 | 0.28 | 0.45 |
| Hex | 91 | 52 | 70 | 0 | 2B | 17 | 2B | 14B | 1C | 2D |
| Octal | 221 | 122 | 160 | 0 | 53 | 27 | 53 | 513 | 34 | 55 |
| Binary | 10010001 | 1010010 | 1110000 | 0 | 101011 | 10111 | 101011 | 101001011 | 11100 | 101101 |
Color Harmonies of #915270
Complementary color
Monochromatic Colors of #915270
Black with #915270
Text Example
Text Example
White with #915270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915270; }
p { color: rgb(145,82,112); }
H1.HeaderClassName
{
color: #915270;
}
.AnyTagClassName
{
color: #915270;
}
</style>
background-color css
<style>
a { background-color: #915270; }
a { background-color: rgb(145,82,112); }
div.DivClassName
{
background-color: #915270;
}
.BgClassName
{
background-color: #915270;
}
</style>
border-color css
<style>
span { border-color: #915270; }
span { border-color: rgb(145,82,112); }
td.TdClassName
{
border-color: #915270;
}
.TagClassName
{
border-color: #915270;
}
</style>