Shades of Cannon Pink #815563
Tints of Cannon Pink #815563
RGB
CMYK
RGB Variations
Color information
#815563 (or 0x815563) is known color: Cannon Pink. HEX triplet: 81, 55 and 63. RGB value is (129,85,99). Sum of RGB (Red+Green+Blue) = 129+85+99=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #815563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815563 is #7EAA9C. Grayscale: #636363. Windows color (decimal): -8301213 or 6509953. OLE color: 6509953.
HSL color Cylindrical-coordinate representation of color #815563: hue angle of 340.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #815563 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 85 | 99 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.49 |
| HSL | 340.91º | 0.21% | 0.42% | - |
| HSV(B) | 340.91º | 0.34% | 0.51% | - |
| XYZ | 14.55 | 12.06 | 13.37 | - |
| YUV | 99.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 99 | 0 | 0.34 | 0.23 | 0.49 | 340.91 | 0.21 | 0.42 |
| Hex | 81 | 55 | 63 | 0 | 22 | 17 | 31 | 155 | 15 | 2A |
| Octal | 201 | 125 | 143 | 0 | 42 | 27 | 61 | 525 | 25 | 52 |
| Binary | 10000001 | 1010101 | 1100011 | 0 | 100010 | 10111 | 110001 | 101010101 | 10101 | 101010 |
Color Harmonies of #815563
Complementary color
Monochromatic Colors of #815563
Black with #815563
Text Example
Text Example
White with #815563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815563; }
p { color: rgb(129,85,99); }
H1.HeaderClassName
{
color: #815563;
}
.AnyTagClassName
{
color: #815563;
}
</style>
background-color css
<style>
a { background-color: #815563; }
a { background-color: rgb(129,85,99); }
div.DivClassName
{
background-color: #815563;
}
.BgClassName
{
background-color: #815563;
}
</style>
border-color css
<style>
span { border-color: #815563; }
span { border-color: rgb(129,85,99); }
td.TdClassName
{
border-color: #815563;
}
.TagClassName
{
border-color: #815563;
}
</style>