Shades of Cannon Pink #935173
Tints of Cannon Pink #935173
RGB
CMYK
RGB Variations
Color information
#935173 (or 0x935173) is known color: Cannon Pink. HEX triplet: 93, 51 and 73. RGB value is (147,81,115). Sum of RGB (Red+Green+Blue) = 147+81+115=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #935173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935173 is #6CAE8C. Grayscale: #686868. Windows color (decimal): -7122573 or 7557523. OLE color: 7557523.
HSL color Cylindrical-coordinate representation of color #935173: 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 #935173 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 115 | - |
| 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.07 | 13.33 | 17.84 | - |
| YUV | 104.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 115 | 0 | 0.45 | 0.22 | 0.42 | 329.09 | 0.29 | 0.45 |
| Hex | 93 | 51 | 73 | 0 | 2D | 16 | 2A | 149 | 1D | 2D |
| Octal | 223 | 121 | 163 | 0 | 55 | 26 | 52 | 511 | 35 | 55 |
| Binary | 10010011 | 1010001 | 1110011 | 0 | 101101 | 10110 | 101010 | 101001001 | 11101 | 101101 |
Color Harmonies of #935173
Complementary color
Monochromatic Colors of #935173
Black with #935173
Text Example
Text Example
White with #935173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935173; }
p { color: rgb(147,81,115); }
H1.HeaderClassName
{
color: #935173;
}
.AnyTagClassName
{
color: #935173;
}
</style>
background-color css
<style>
a { background-color: #935173; }
a { background-color: rgb(147,81,115); }
div.DivClassName
{
background-color: #935173;
}
.BgClassName
{
background-color: #935173;
}
</style>
border-color css
<style>
span { border-color: #935173; }
span { border-color: rgb(147,81,115); }
td.TdClassName
{
border-color: #935173;
}
.TagClassName
{
border-color: #935173;
}
</style>