Shades of Cannon Pink #965172
Tints of Cannon Pink #965172
RGB
CMYK
RGB Variations
Color information
#965172 (or 0x965172) is known color: Cannon Pink. HEX triplet: 96, 51 and 72. RGB value is (150,81,114). Sum of RGB (Red+Green+Blue) = 150+81+114=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #965172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965172 is #69AE8D. Grayscale: #696969. Windows color (decimal): -6925966 or 7491990. OLE color: 7491990.
HSL color Cylindrical-coordinate representation of color #965172: hue angle of 331.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965172 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 114 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.41 |
| HSL | 331.3º | 0.3% | 0.45% | - |
| HSV(B) | 331.3º | 0.46% | 0.59% | - |
| XYZ | 18.56 | 13.58 | 17.56 | - |
| YUV | 105.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 114 | 0 | 0.46 | 0.24 | 0.41 | 331.3 | 0.3 | 0.45 |
| Hex | 96 | 51 | 72 | 0 | 2E | 18 | 29 | 14B | 1E | 2D |
| Octal | 226 | 121 | 162 | 0 | 56 | 30 | 51 | 513 | 36 | 55 |
| Binary | 10010110 | 1010001 | 1110010 | 0 | 101110 | 11000 | 101001 | 101001011 | 11110 | 101101 |
Color Harmonies of #965172
Complementary color
Monochromatic Colors of #965172
Black with #965172
Text Example
Text Example
White with #965172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965172; }
p { color: rgb(150,81,114); }
H1.HeaderClassName
{
color: #965172;
}
.AnyTagClassName
{
color: #965172;
}
</style>
background-color css
<style>
a { background-color: #965172; }
a { background-color: rgb(150,81,114); }
div.DivClassName
{
background-color: #965172;
}
.BgClassName
{
background-color: #965172;
}
</style>
border-color css
<style>
span { border-color: #965172; }
span { border-color: rgb(150,81,114); }
td.TdClassName
{
border-color: #965172;
}
.TagClassName
{
border-color: #965172;
}
</style>