Shades of Cannon Pink #96526E
Tints of Cannon Pink #96526E
RGB
CMYK
RGB Variations
Color information
#96526E (or 0x96526E) is known color: Cannon Pink. HEX triplet: 96, 52 and 6E. RGB value is (150,82,110). Sum of RGB (Red+Green+Blue) = 150+82+110=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96526E is #69AD91. Grayscale: #696969. Windows color (decimal): -6925714 or 7230102. OLE color: 7230102.
HSL color Cylindrical-coordinate representation of color #96526E: hue angle of 335.29º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96526E is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 110 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.41 |
| HSL | 335.29º | 0.29% | 0.45% | - |
| HSV(B) | 335.29º | 0.45% | 0.59% | - |
| XYZ | 18.41 | 13.64 | 16.42 | - |
| YUV | 105.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 110 | 0 | 0.45 | 0.27 | 0.41 | 335.29 | 0.29 | 0.45 |
| Hex | 96 | 52 | 6E | 0 | 2D | 1B | 29 | 14F | 1D | 2D |
| Octal | 226 | 122 | 156 | 0 | 55 | 33 | 51 | 517 | 35 | 55 |
| Binary | 10010110 | 1010010 | 1101110 | 0 | 101101 | 11011 | 101001 | 101001111 | 11101 | 101101 |
Color Harmonies of #96526E
Complementary color
Monochromatic Colors of #96526E
Black with #96526E
Text Example
Text Example
White with #96526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96526E; }
p { color: rgb(150,82,110); }
H1.HeaderClassName
{
color: #96526E;
}
.AnyTagClassName
{
color: #96526E;
}
</style>
background-color css
<style>
a { background-color: #96526E; }
a { background-color: rgb(150,82,110); }
div.DivClassName
{
background-color: #96526E;
}
.BgClassName
{
background-color: #96526E;
}
</style>
border-color css
<style>
span { border-color: #96526E; }
span { border-color: rgb(150,82,110); }
td.TdClassName
{
border-color: #96526E;
}
.TagClassName
{
border-color: #96526E;
}
</style>