Shades of Cannon Pink #945374
Tints of Cannon Pink #945374
RGB
CMYK
RGB Variations
Color information
#945374 (or 0x945374) is known color: Cannon Pink. HEX triplet: 94, 53 and 74. RGB value is (148,83,116). Sum of RGB (Red+Green+Blue) = 148+83+116=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #945374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945374 is #6BAC8B. Grayscale: #6A6A6A. Windows color (decimal): -7056524 or 7623572. OLE color: 7623572.
HSL color Cylindrical-coordinate representation of color #945374: hue angle of 329.54º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945374 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 116 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.42 |
| HSL | 329.54º | 0.28% | 0.45% | - |
| HSV(B) | 329.54º | 0.44% | 0.58% | - |
| XYZ | 18.46 | 13.74 | 18.2 | - |
| YUV | 106.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 116 | 0 | 0.44 | 0.22 | 0.42 | 329.54 | 0.28 | 0.45 |
| Hex | 94 | 53 | 74 | 0 | 2C | 16 | 2A | 14A | 1C | 2D |
| Octal | 224 | 123 | 164 | 0 | 54 | 26 | 52 | 512 | 34 | 55 |
| Binary | 10010100 | 1010011 | 1110100 | 0 | 101100 | 10110 | 101010 | 101001010 | 11100 | 101101 |
Color Harmonies of #945374
Complementary color
Monochromatic Colors of #945374
Black with #945374
Text Example
Text Example
White with #945374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945374; }
p { color: rgb(148,83,116); }
H1.HeaderClassName
{
color: #945374;
}
.AnyTagClassName
{
color: #945374;
}
</style>
background-color css
<style>
a { background-color: #945374; }
a { background-color: rgb(148,83,116); }
div.DivClassName
{
background-color: #945374;
}
.BgClassName
{
background-color: #945374;
}
</style>
border-color css
<style>
span { border-color: #945374; }
span { border-color: rgb(148,83,116); }
td.TdClassName
{
border-color: #945374;
}
.TagClassName
{
border-color: #945374;
}
</style>