Shades of Cannon Pink #915169
Tints of Cannon Pink #915169
RGB
CMYK
RGB Variations
Color information
#915169 (or 0x915169) is known color: Cannon Pink. HEX triplet: 91, 51 and 69. RGB value is (145,81,105). Sum of RGB (Red+Green+Blue) = 145+81+105=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #915169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915169 is #6EAE96. Grayscale: #666666. Windows color (decimal): -7253655 or 6902161. OLE color: 6902161.
HSL color Cylindrical-coordinate representation of color #915169: hue angle of 337.5º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915169 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 81 | 105 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.43 |
| HSL | 337.5º | 0.28% | 0.44% | - |
| HSV(B) | 337.5º | 0.44% | 0.57% | - |
| XYZ | 17.17 | 12.92 | 14.95 | - |
| YUV | 102.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 105 | 0 | 0.44 | 0.28 | 0.43 | 337.5 | 0.28 | 0.44 |
| Hex | 91 | 51 | 69 | 0 | 2C | 1C | 2B | 152 | 1C | 2C |
| Octal | 221 | 121 | 151 | 0 | 54 | 34 | 53 | 522 | 34 | 54 |
| Binary | 10010001 | 1010001 | 1101001 | 0 | 101100 | 11100 | 101011 | 101010010 | 11100 | 101100 |
Color Harmonies of #915169
Complementary color
Monochromatic Colors of #915169
Black with #915169
Text Example
Text Example
White with #915169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915169; }
p { color: rgb(145,81,105); }
H1.HeaderClassName
{
color: #915169;
}
.AnyTagClassName
{
color: #915169;
}
</style>
background-color css
<style>
a { background-color: #915169; }
a { background-color: rgb(145,81,105); }
div.DivClassName
{
background-color: #915169;
}
.BgClassName
{
background-color: #915169;
}
</style>
border-color css
<style>
span { border-color: #915169; }
span { border-color: rgb(145,81,105); }
td.TdClassName
{
border-color: #915169;
}
.TagClassName
{
border-color: #915169;
}
</style>