Shades of Cannon Pink #965275
Tints of Cannon Pink #965275
RGB
CMYK
RGB Variations
Color information
#965275 (or 0x965275) is known color: Cannon Pink. HEX triplet: 96, 52 and 75. RGB value is (150,82,117). Sum of RGB (Red+Green+Blue) = 150+82+117=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #965275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965275 is #69AD8A. Grayscale: #6A6A6A. Windows color (decimal): -6925707 or 7688854. OLE color: 7688854.
HSL color Cylindrical-coordinate representation of color #965275: hue angle of 329.12º 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 #965275 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 117 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.41 |
| HSL | 329.12º | 0.29% | 0.45% | - |
| HSV(B) | 329.12º | 0.45% | 0.59% | - |
| XYZ | 18.81 | 13.8 | 18.5 | - |
| YUV | 106.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 117 | 0 | 0.45 | 0.22 | 0.41 | 329.12 | 0.29 | 0.45 |
| Hex | 96 | 52 | 75 | 0 | 2D | 16 | 29 | 149 | 1D | 2D |
| Octal | 226 | 122 | 165 | 0 | 55 | 26 | 51 | 511 | 35 | 55 |
| Binary | 10010110 | 1010010 | 1110101 | 0 | 101101 | 10110 | 101001 | 101001001 | 11101 | 101101 |
Color Harmonies of #965275
Complementary color
Monochromatic Colors of #965275
Black with #965275
Text Example
Text Example
White with #965275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965275; }
p { color: rgb(150,82,117); }
H1.HeaderClassName
{
color: #965275;
}
.AnyTagClassName
{
color: #965275;
}
</style>
background-color css
<style>
a { background-color: #965275; }
a { background-color: rgb(150,82,117); }
div.DivClassName
{
background-color: #965275;
}
.BgClassName
{
background-color: #965275;
}
</style>
border-color css
<style>
span { border-color: #965275; }
span { border-color: rgb(150,82,117); }
td.TdClassName
{
border-color: #965275;
}
.TagClassName
{
border-color: #965275;
}
</style>