Shades of Cannon Pink #915373
Tints of Cannon Pink #915373
RGB
CMYK
RGB Variations
Color information
#915373 (or 0x915373) is known color: Cannon Pink. HEX triplet: 91, 53 and 73. RGB value is (145,83,115). Sum of RGB (Red+Green+Blue) = 145+83+115=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #915373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915373 is #6EAC8C. Grayscale: #696969. Windows color (decimal): -7253133 or 7558033. OLE color: 7558033.
HSL color Cylindrical-coordinate representation of color #915373: hue angle of 329.03º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915373 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 115 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.43 |
| HSL | 329.03º | 0.27% | 0.45% | - |
| HSV(B) | 329.03º | 0.43% | 0.57% | - |
| XYZ | 17.86 | 13.44 | 17.87 | - |
| YUV | 105.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 115 | 0 | 0.43 | 0.21 | 0.43 | 329.03 | 0.27 | 0.45 |
| Hex | 91 | 53 | 73 | 0 | 2B | 15 | 2B | 149 | 1B | 2D |
| Octal | 221 | 123 | 163 | 0 | 53 | 25 | 53 | 511 | 33 | 55 |
| Binary | 10010001 | 1010011 | 1110011 | 0 | 101011 | 10101 | 101011 | 101001001 | 11011 | 101101 |
Color Harmonies of #915373
Complementary color
Monochromatic Colors of #915373
Black with #915373
Text Example
Text Example
White with #915373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915373; }
p { color: rgb(145,83,115); }
H1.HeaderClassName
{
color: #915373;
}
.AnyTagClassName
{
color: #915373;
}
</style>
background-color css
<style>
a { background-color: #915373; }
a { background-color: rgb(145,83,115); }
div.DivClassName
{
background-color: #915373;
}
.BgClassName
{
background-color: #915373;
}
</style>
border-color css
<style>
span { border-color: #915373; }
span { border-color: rgb(145,83,115); }
td.TdClassName
{
border-color: #915373;
}
.TagClassName
{
border-color: #915373;
}
</style>