Shades of Cannon Pink #91506B
Tints of Cannon Pink #91506B
RGB
CMYK
RGB Variations
Color information
#91506B (or 0x91506B) is known color: Cannon Pink. HEX triplet: 91, 50 and 6B. RGB value is (145,80,107). Sum of RGB (Red+Green+Blue) = 145+80+107=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #91506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91506B is #6EAF94. Grayscale: #666666. Windows color (decimal): -7253909 or 7032977. OLE color: 7032977.
HSL color Cylindrical-coordinate representation of color #91506B: hue angle of 335.08º 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 #91506B is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 107 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.43 |
| HSL | 335.08º | 0.29% | 0.44% | - |
| HSV(B) | 335.08º | 0.45% | 0.57% | - |
| XYZ | 17.2 | 12.82 | 15.48 | - |
| YUV | 102.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 107 | 0 | 0.45 | 0.26 | 0.43 | 335.08 | 0.29 | 0.44 |
| Hex | 91 | 50 | 6B | 0 | 2D | 1A | 2B | 14F | 1D | 2C |
| Octal | 221 | 120 | 153 | 0 | 55 | 32 | 53 | 517 | 35 | 54 |
| Binary | 10010001 | 1010000 | 1101011 | 0 | 101101 | 11010 | 101011 | 101001111 | 11101 | 101100 |
Color Harmonies of #91506B
Complementary color
Monochromatic Colors of #91506B
Black with #91506B
Text Example
Text Example
White with #91506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91506B; }
p { color: rgb(145,80,107); }
H1.HeaderClassName
{
color: #91506B;
}
.AnyTagClassName
{
color: #91506B;
}
</style>
background-color css
<style>
a { background-color: #91506B; }
a { background-color: rgb(145,80,107); }
div.DivClassName
{
background-color: #91506B;
}
.BgClassName
{
background-color: #91506B;
}
</style>
border-color css
<style>
span { border-color: #91506B; }
span { border-color: rgb(145,80,107); }
td.TdClassName
{
border-color: #91506B;
}
.TagClassName
{
border-color: #91506B;
}
</style>