Shades of Cannon Pink #805761
Tints of Cannon Pink #805761
RGB
CMYK
RGB Variations
Color information
#805761 (or 0x805761) is known color: Cannon Pink. HEX triplet: 80, 57 and 61. RGB value is (128,87,97). Sum of RGB (Red+Green+Blue) = 128+87+97=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #805761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805761 is #7FA89E. Grayscale: #646464. Windows color (decimal): -8366239 or 6379392. OLE color: 6379392.
HSL color Cylindrical-coordinate representation of color #805761: hue angle of 345.37º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805761 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 97 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.50 |
| HSL | 345.37º | 0.19% | 0.42% | - |
| HSV(B) | 345.37º | 0.32% | 0.5% | - |
| XYZ | 14.47 | 12.27 | 12.91 | - |
| YUV | 100.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 97 | 0 | 0.32 | 0.24 | 0.50 | 345.37 | 0.19 | 0.42 |
| Hex | 80 | 57 | 61 | 0 | 20 | 18 | 32 | 159 | 13 | 2A |
| Octal | 200 | 127 | 141 | 0 | 40 | 30 | 62 | 531 | 23 | 52 |
| Binary | 10000000 | 1010111 | 1100001 | 0 | 100000 | 11000 | 110010 | 101011001 | 10011 | 101010 |
Color Harmonies of #805761
Complementary color
Monochromatic Colors of #805761
Black with #805761
Text Example
Text Example
White with #805761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805761; }
p { color: rgb(128,87,97); }
H1.HeaderClassName
{
color: #805761;
}
.AnyTagClassName
{
color: #805761;
}
</style>
background-color css
<style>
a { background-color: #805761; }
a { background-color: rgb(128,87,97); }
div.DivClassName
{
background-color: #805761;
}
.BgClassName
{
background-color: #805761;
}
</style>
border-color css
<style>
span { border-color: #805761; }
span { border-color: rgb(128,87,97); }
td.TdClassName
{
border-color: #805761;
}
.TagClassName
{
border-color: #805761;
}
</style>