Shades of Cannon Pink #96546F
Tints of Cannon Pink #96546F
RGB
CMYK
RGB Variations
Color information
#96546F (or 0x96546F) is known color: Cannon Pink. HEX triplet: 96, 54 and 6F. RGB value is (150,84,111). Sum of RGB (Red+Green+Blue) = 150+84+111=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96546F is #69AB90. Grayscale: #6A6A6A. Windows color (decimal): -6925201 or 7296150. OLE color: 7296150.
HSL color Cylindrical-coordinate representation of color #96546F: hue angle of 335.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96546F is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 111 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.41 |
| HSL | 335.45º | 0.28% | 0.46% | - |
| HSV(B) | 335.45º | 0.44% | 0.59% | - |
| XYZ | 18.62 | 13.97 | 16.75 | - |
| YUV | 106.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 111 | 0 | 0.44 | 0.26 | 0.41 | 335.45 | 0.28 | 0.46 |
| Hex | 96 | 54 | 6F | 0 | 2C | 1A | 29 | 14F | 1C | 2E |
| Octal | 226 | 124 | 157 | 0 | 54 | 32 | 51 | 517 | 34 | 56 |
| Binary | 10010110 | 1010100 | 1101111 | 0 | 101100 | 11010 | 101001 | 101001111 | 11100 | 101110 |
Color Harmonies of #96546F
Complementary color
Monochromatic Colors of #96546F
Black with #96546F
Text Example
Text Example
White with #96546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96546F; }
p { color: rgb(150,84,111); }
H1.HeaderClassName
{
color: #96546F;
}
.AnyTagClassName
{
color: #96546F;
}
</style>
background-color css
<style>
a { background-color: #96546F; }
a { background-color: rgb(150,84,111); }
div.DivClassName
{
background-color: #96546F;
}
.BgClassName
{
background-color: #96546F;
}
</style>
border-color css
<style>
span { border-color: #96546F; }
span { border-color: rgb(150,84,111); }
td.TdClassName
{
border-color: #96546F;
}
.TagClassName
{
border-color: #96546F;
}
</style>