Shades of Cannon Pink #945172
Tints of Cannon Pink #945172
RGB
CMYK
RGB Variations
Color information
#945172 (or 0x945172) is known color: Cannon Pink. HEX triplet: 94, 51 and 72. RGB value is (148,81,114). Sum of RGB (Red+Green+Blue) = 148+81+114=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #945172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945172 is #6BAE8D. Grayscale: #686868. Windows color (decimal): -7057038 or 7491988. OLE color: 7491988.
HSL color Cylindrical-coordinate representation of color #945172: hue angle of 330.45º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945172 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 114 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.42 |
| HSL | 330.45º | 0.29% | 0.45% | - |
| HSV(B) | 330.45º | 0.45% | 0.58% | - |
| XYZ | 18.19 | 13.4 | 17.55 | - |
| YUV | 104.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 114 | 0 | 0.45 | 0.23 | 0.42 | 330.45 | 0.29 | 0.45 |
| Hex | 94 | 51 | 72 | 0 | 2D | 17 | 2A | 14A | 1D | 2D |
| Octal | 224 | 121 | 162 | 0 | 55 | 27 | 52 | 512 | 35 | 55 |
| Binary | 10010100 | 1010001 | 1110010 | 0 | 101101 | 10111 | 101010 | 101001010 | 11101 | 101101 |
Color Harmonies of #945172
Complementary color
Monochromatic Colors of #945172
Black with #945172
Text Example
Text Example
White with #945172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945172; }
p { color: rgb(148,81,114); }
H1.HeaderClassName
{
color: #945172;
}
.AnyTagClassName
{
color: #945172;
}
</style>
background-color css
<style>
a { background-color: #945172; }
a { background-color: rgb(148,81,114); }
div.DivClassName
{
background-color: #945172;
}
.BgClassName
{
background-color: #945172;
}
</style>
border-color css
<style>
span { border-color: #945172; }
span { border-color: rgb(148,81,114); }
td.TdClassName
{
border-color: #945172;
}
.TagClassName
{
border-color: #945172;
}
</style>