Shades of Cannon Pink #945274
Tints of Cannon Pink #945274
RGB
CMYK
RGB Variations
Color information
#945274 (or 0x945274) is known color: Cannon Pink. HEX triplet: 94, 52 and 74. RGB value is (148,82,116). Sum of RGB (Red+Green+Blue) = 148+82+116=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #945274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945274 is #6BAD8B. Grayscale: #696969. Windows color (decimal): -7056780 or 7623316. OLE color: 7623316.
HSL color Cylindrical-coordinate representation of color #945274: hue angle of 329.09º 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 #945274 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 116 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.42 |
| HSL | 329.09º | 0.29% | 0.45% | - |
| HSV(B) | 329.09º | 0.45% | 0.58% | - |
| XYZ | 18.38 | 13.59 | 18.18 | - |
| YUV | 105.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 116 | 0 | 0.45 | 0.22 | 0.42 | 329.09 | 0.29 | 0.45 |
| Hex | 94 | 52 | 74 | 0 | 2D | 16 | 2A | 149 | 1D | 2D |
| Octal | 224 | 122 | 164 | 0 | 55 | 26 | 52 | 511 | 35 | 55 |
| Binary | 10010100 | 1010010 | 1110100 | 0 | 101101 | 10110 | 101010 | 101001001 | 11101 | 101101 |
Color Harmonies of #945274
Complementary color
Monochromatic Colors of #945274
Black with #945274
Text Example
Text Example
White with #945274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945274; }
p { color: rgb(148,82,116); }
H1.HeaderClassName
{
color: #945274;
}
.AnyTagClassName
{
color: #945274;
}
</style>
background-color css
<style>
a { background-color: #945274; }
a { background-color: rgb(148,82,116); }
div.DivClassName
{
background-color: #945274;
}
.BgClassName
{
background-color: #945274;
}
</style>
border-color css
<style>
span { border-color: #945274; }
span { border-color: rgb(148,82,116); }
td.TdClassName
{
border-color: #945274;
}
.TagClassName
{
border-color: #945274;
}
</style>