Shades of Cannon Pink #915064
Tints of Cannon Pink #915064
RGB
CMYK
RGB Variations
Color information
#915064 (or 0x915064) is known color: Cannon Pink. HEX triplet: 91, 50 and 64. RGB value is (145,80,100). Sum of RGB (Red+Green+Blue) = 145+80+100=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #915064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915064 is #6EAF9B. Grayscale: #656565. Windows color (decimal): -7253916 or 6574225. OLE color: 6574225.
HSL color Cylindrical-coordinate representation of color #915064: hue angle of 341.54º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915064 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 100 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.43 |
| HSL | 341.54º | 0.29% | 0.44% | - |
| HSV(B) | 341.54º | 0.45% | 0.57% | - |
| XYZ | 16.85 | 12.68 | 13.62 | - |
| YUV | 101.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 100 | 0 | 0.45 | 0.31 | 0.43 | 341.54 | 0.29 | 0.44 |
| Hex | 91 | 50 | 64 | 0 | 2D | 1F | 2B | 156 | 1D | 2C |
| Octal | 221 | 120 | 144 | 0 | 55 | 37 | 53 | 526 | 35 | 54 |
| Binary | 10010001 | 1010000 | 1100100 | 0 | 101101 | 11111 | 101011 | 101010110 | 11101 | 101100 |
Color Harmonies of #915064
Complementary color
Monochromatic Colors of #915064
Black with #915064
Text Example
Text Example
White with #915064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915064; }
p { color: rgb(145,80,100); }
H1.HeaderClassName
{
color: #915064;
}
.AnyTagClassName
{
color: #915064;
}
</style>
background-color css
<style>
a { background-color: #915064; }
a { background-color: rgb(145,80,100); }
div.DivClassName
{
background-color: #915064;
}
.BgClassName
{
background-color: #915064;
}
</style>
border-color css
<style>
span { border-color: #915064; }
span { border-color: rgb(145,80,100); }
td.TdClassName
{
border-color: #915064;
}
.TagClassName
{
border-color: #915064;
}
</style>