Shades of Cannon Pink #80575E
Tints of Cannon Pink #80575E
RGB
CMYK
RGB Variations
Color information
#80575E (or 0x80575E) is known color: Cannon Pink. HEX triplet: 80, 57 and 5E. RGB value is (128,87,94). Sum of RGB (Red+Green+Blue) = 128+87+94=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80575E is #7FA8A1. Grayscale: #646464. Windows color (decimal): -8366242 or 6182784. OLE color: 6182784.
HSL color Cylindrical-coordinate representation of color #80575E: hue angle of 349.76º 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 #80575E is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 94 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.50 |
| HSL | 349.76º | 0.19% | 0.42% | - |
| HSV(B) | 349.76º | 0.32% | 0.5% | - |
| XYZ | 14.33 | 12.21 | 12.19 | - |
| YUV | 100.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 94 | 0 | 0.32 | 0.27 | 0.50 | 349.76 | 0.19 | 0.42 |
| Hex | 80 | 57 | 5E | 0 | 20 | 1B | 32 | 15E | 13 | 2A |
| Octal | 200 | 127 | 136 | 0 | 40 | 33 | 62 | 536 | 23 | 52 |
| Binary | 10000000 | 1010111 | 1011110 | 0 | 100000 | 11011 | 110010 | 101011110 | 10011 | 101010 |
Color Harmonies of #80575E
Complementary color
Monochromatic Colors of #80575E
Black with #80575E
Text Example
Text Example
White with #80575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80575E; }
p { color: rgb(128,87,94); }
H1.HeaderClassName
{
color: #80575E;
}
.AnyTagClassName
{
color: #80575E;
}
</style>
background-color css
<style>
a { background-color: #80575E; }
a { background-color: rgb(128,87,94); }
div.DivClassName
{
background-color: #80575E;
}
.BgClassName
{
background-color: #80575E;
}
</style>
border-color css
<style>
span { border-color: #80575E; }
span { border-color: rgb(128,87,94); }
td.TdClassName
{
border-color: #80575E;
}
.TagClassName
{
border-color: #80575E;
}
</style>