Shades of Cannon Pink #91566D
Tints of Cannon Pink #91566D
RGB
CMYK
RGB Variations
Color information
#91566D (or 0x91566D) is known color: Cannon Pink. HEX triplet: 91, 56 and 6D. RGB value is (145,86,109). Sum of RGB (Red+Green+Blue) = 145+86+109=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #91566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91566D is #6EA992. Grayscale: #6A6A6A. Windows color (decimal): -7252371 or 7165585. OLE color: 7165585.
HSL color Cylindrical-coordinate representation of color #91566D: hue angle of 336.61º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91566D is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 86 | 109 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.43 |
| HSL | 336.61º | 0.26% | 0.45% | - |
| HSV(B) | 336.61º | 0.41% | 0.57% | - |
| XYZ | 17.77 | 13.78 | 16.19 | - |
| YUV | 106.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 109 | 0 | 0.41 | 0.25 | 0.43 | 336.61 | 0.26 | 0.45 |
| Hex | 91 | 56 | 6D | 0 | 29 | 19 | 2B | 151 | 1A | 2D |
| Octal | 221 | 126 | 155 | 0 | 51 | 31 | 53 | 521 | 32 | 55 |
| Binary | 10010001 | 1010110 | 1101101 | 0 | 101001 | 11001 | 101011 | 101010001 | 11010 | 101101 |
Color Harmonies of #91566D
Complementary color
Monochromatic Colors of #91566D
Black with #91566D
Text Example
Text Example
White with #91566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91566D; }
p { color: rgb(145,86,109); }
H1.HeaderClassName
{
color: #91566D;
}
.AnyTagClassName
{
color: #91566D;
}
</style>
background-color css
<style>
a { background-color: #91566D; }
a { background-color: rgb(145,86,109); }
div.DivClassName
{
background-color: #91566D;
}
.BgClassName
{
background-color: #91566D;
}
</style>
border-color css
<style>
span { border-color: #91566D; }
span { border-color: rgb(145,86,109); }
td.TdClassName
{
border-color: #91566D;
}
.TagClassName
{
border-color: #91566D;
}
</style>