Shades of Cannon Pink #965372
Tints of Cannon Pink #965372
RGB
CMYK
RGB Variations
Color information
#965372 (or 0x965372) is known color: Cannon Pink. HEX triplet: 96, 53 and 72. RGB value is (150,83,114). Sum of RGB (Red+Green+Blue) = 150+83+114=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #965372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965372 is #69AC8D. Grayscale: #6A6A6A. Windows color (decimal): -6925454 or 7492502. OLE color: 7492502.
HSL color Cylindrical-coordinate representation of color #965372: hue angle of 332.24º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965372 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 114 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.41 |
| HSL | 332.24º | 0.29% | 0.46% | - |
| HSV(B) | 332.24º | 0.45% | 0.59% | - |
| XYZ | 18.71 | 13.89 | 17.61 | - |
| YUV | 106.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 114 | 0 | 0.45 | 0.24 | 0.41 | 332.24 | 0.29 | 0.46 |
| Hex | 96 | 53 | 72 | 0 | 2D | 18 | 29 | 14C | 1D | 2E |
| Octal | 226 | 123 | 162 | 0 | 55 | 30 | 51 | 514 | 35 | 56 |
| Binary | 10010110 | 1010011 | 1110010 | 0 | 101101 | 11000 | 101001 | 101001100 | 11101 | 101110 |
Color Harmonies of #965372
Complementary color
Monochromatic Colors of #965372
Black with #965372
Text Example
Text Example
White with #965372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965372; }
p { color: rgb(150,83,114); }
H1.HeaderClassName
{
color: #965372;
}
.AnyTagClassName
{
color: #965372;
}
</style>
background-color css
<style>
a { background-color: #965372; }
a { background-color: rgb(150,83,114); }
div.DivClassName
{
background-color: #965372;
}
.BgClassName
{
background-color: #965372;
}
</style>
border-color css
<style>
span { border-color: #965372; }
span { border-color: rgb(150,83,114); }
td.TdClassName
{
border-color: #965372;
}
.TagClassName
{
border-color: #965372;
}
</style>