Shades of Cannon Pink #915265
Tints of Cannon Pink #915265
RGB
CMYK
RGB Variations
Color information
#915265 (or 0x915265) is known color: Cannon Pink. HEX triplet: 91, 52 and 65. RGB value is (145,82,101). Sum of RGB (Red+Green+Blue) = 145+82+101=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #915265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915265 is #6EAD9A. Grayscale: #666666. Windows color (decimal): -7253403 or 6640273. OLE color: 6640273.
HSL color Cylindrical-coordinate representation of color #915265: hue angle of 341.9º 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 #915265 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 101 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.43 |
| HSL | 341.9º | 0.28% | 0.45% | - |
| HSV(B) | 341.9º | 0.43% | 0.57% | - |
| XYZ | 17.04 | 12.99 | 13.92 | - |
| YUV | 103 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 101 | 0 | 0.43 | 0.30 | 0.43 | 341.9 | 0.28 | 0.45 |
| Hex | 91 | 52 | 65 | 0 | 2B | 1E | 2B | 156 | 1C | 2D |
| Octal | 221 | 122 | 145 | 0 | 53 | 36 | 53 | 526 | 34 | 55 |
| Binary | 10010001 | 1010010 | 1100101 | 0 | 101011 | 11110 | 101011 | 101010110 | 11100 | 101101 |
Color Harmonies of #915265
Complementary color
Monochromatic Colors of #915265
Black with #915265
Text Example
Text Example
White with #915265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915265; }
p { color: rgb(145,82,101); }
H1.HeaderClassName
{
color: #915265;
}
.AnyTagClassName
{
color: #915265;
}
</style>
background-color css
<style>
a { background-color: #915265; }
a { background-color: rgb(145,82,101); }
div.DivClassName
{
background-color: #915265;
}
.BgClassName
{
background-color: #915265;
}
</style>
border-color css
<style>
span { border-color: #915265; }
span { border-color: rgb(145,82,101); }
td.TdClassName
{
border-color: #915265;
}
.TagClassName
{
border-color: #915265;
}
</style>