Shades of Cannon Pink #965072
Tints of Cannon Pink #965072
RGB
CMYK
RGB Variations
Color information
#965072 (or 0x965072) is known color: Cannon Pink. HEX triplet: 96, 50 and 72. RGB value is (150,80,114). Sum of RGB (Red+Green+Blue) = 150+80+114=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #965072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965072 is #69AF8D. Grayscale: #686868. Windows color (decimal): -6926222 or 7491734. OLE color: 7491734.
HSL color Cylindrical-coordinate representation of color #965072: hue angle of 330.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965072 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 114 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.41 |
| HSL | 330.86º | 0.3% | 0.45% | - |
| HSV(B) | 330.86º | 0.47% | 0.59% | - |
| XYZ | 18.48 | 13.44 | 17.54 | - |
| YUV | 104.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 114 | 0 | 0.47 | 0.24 | 0.41 | 330.86 | 0.3 | 0.45 |
| Hex | 96 | 50 | 72 | 0 | 2F | 18 | 29 | 14B | 1E | 2D |
| Octal | 226 | 120 | 162 | 0 | 57 | 30 | 51 | 513 | 36 | 55 |
| Binary | 10010110 | 1010000 | 1110010 | 0 | 101111 | 11000 | 101001 | 101001011 | 11110 | 101101 |
Color Harmonies of #965072
Complementary color
Monochromatic Colors of #965072
Black with #965072
Text Example
Text Example
White with #965072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965072; }
p { color: rgb(150,80,114); }
H1.HeaderClassName
{
color: #965072;
}
.AnyTagClassName
{
color: #965072;
}
</style>
background-color css
<style>
a { background-color: #965072; }
a { background-color: rgb(150,80,114); }
div.DivClassName
{
background-color: #965072;
}
.BgClassName
{
background-color: #965072;
}
</style>
border-color css
<style>
span { border-color: #965072; }
span { border-color: rgb(150,80,114); }
td.TdClassName
{
border-color: #965072;
}
.TagClassName
{
border-color: #965072;
}
</style>