Shades of Cannon Pink #945372
Tints of Cannon Pink #945372
RGB
CMYK
RGB Variations
Color information
#945372 (or 0x945372) is known color: Cannon Pink. HEX triplet: 94, 53 and 72. RGB value is (148,83,114). Sum of RGB (Red+Green+Blue) = 148+83+114=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #945372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945372 is #6BAC8D. Grayscale: #696969. Windows color (decimal): -7056526 or 7492500. OLE color: 7492500.
HSL color Cylindrical-coordinate representation of color #945372: hue angle of 331.38º 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 #945372 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 114 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.42 |
| HSL | 331.38º | 0.28% | 0.45% | - |
| HSV(B) | 331.38º | 0.44% | 0.58% | - |
| XYZ | 18.34 | 13.7 | 17.6 | - |
| YUV | 105.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 114 | 0 | 0.44 | 0.23 | 0.42 | 331.38 | 0.28 | 0.45 |
| Hex | 94 | 53 | 72 | 0 | 2C | 17 | 2A | 14B | 1C | 2D |
| Octal | 224 | 123 | 162 | 0 | 54 | 27 | 52 | 513 | 34 | 55 |
| Binary | 10010100 | 1010011 | 1110010 | 0 | 101100 | 10111 | 101010 | 101001011 | 11100 | 101101 |
Color Harmonies of #945372
Complementary color
Monochromatic Colors of #945372
Black with #945372
Text Example
Text Example
White with #945372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945372; }
p { color: rgb(148,83,114); }
H1.HeaderClassName
{
color: #945372;
}
.AnyTagClassName
{
color: #945372;
}
</style>
background-color css
<style>
a { background-color: #945372; }
a { background-color: rgb(148,83,114); }
div.DivClassName
{
background-color: #945372;
}
.BgClassName
{
background-color: #945372;
}
</style>
border-color css
<style>
span { border-color: #945372; }
span { border-color: rgb(148,83,114); }
td.TdClassName
{
border-color: #945372;
}
.TagClassName
{
border-color: #945372;
}
</style>