Shades of Cannon Pink #945373
Tints of Cannon Pink #945373
RGB
CMYK
RGB Variations
Color information
#945373 (or 0x945373) is known color: Cannon Pink. HEX triplet: 94, 53 and 73. RGB value is (148,83,115). Sum of RGB (Red+Green+Blue) = 148+83+115=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #945373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945373 is #6BAC8C. Grayscale: #6A6A6A. Windows color (decimal): -7056525 or 7558036. OLE color: 7558036.
HSL color Cylindrical-coordinate representation of color #945373: hue angle of 330.46º 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 #945373 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 115 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.42 |
| HSL | 330.46º | 0.28% | 0.45% | - |
| HSV(B) | 330.46º | 0.44% | 0.58% | - |
| XYZ | 18.4 | 13.72 | 17.9 | - |
| YUV | 106.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 115 | 0 | 0.44 | 0.22 | 0.42 | 330.46 | 0.28 | 0.45 |
| Hex | 94 | 53 | 73 | 0 | 2C | 16 | 2A | 14A | 1C | 2D |
| Octal | 224 | 123 | 163 | 0 | 54 | 26 | 52 | 512 | 34 | 55 |
| Binary | 10010100 | 1010011 | 1110011 | 0 | 101100 | 10110 | 101010 | 101001010 | 11100 | 101101 |
Color Harmonies of #945373
Complementary color
Monochromatic Colors of #945373
Black with #945373
Text Example
Text Example
White with #945373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945373; }
p { color: rgb(148,83,115); }
H1.HeaderClassName
{
color: #945373;
}
.AnyTagClassName
{
color: #945373;
}
</style>
background-color css
<style>
a { background-color: #945373; }
a { background-color: rgb(148,83,115); }
div.DivClassName
{
background-color: #945373;
}
.BgClassName
{
background-color: #945373;
}
</style>
border-color css
<style>
span { border-color: #945373; }
span { border-color: rgb(148,83,115); }
td.TdClassName
{
border-color: #945373;
}
.TagClassName
{
border-color: #945373;
}
</style>