Shades of Cannon Pink #80575F
Tints of Cannon Pink #80575F
RGB
CMYK
RGB Variations
Color information
#80575F (or 0x80575F) is known color: Cannon Pink. HEX triplet: 80, 57 and 5F. RGB value is (128,87,95). Sum of RGB (Red+Green+Blue) = 128+87+95=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #80575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80575F is #7FA8A0. Grayscale: #646464. Windows color (decimal): -8366241 or 6248320. OLE color: 6248320.
HSL color Cylindrical-coordinate representation of color #80575F: hue angle of 348.29º 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 #80575F is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 95 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.50 |
| HSL | 348.29º | 0.19% | 0.42% | - |
| HSV(B) | 348.29º | 0.32% | 0.5% | - |
| XYZ | 14.38 | 12.23 | 12.43 | - |
| YUV | 100.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 95 | 0 | 0.32 | 0.26 | 0.50 | 348.29 | 0.19 | 0.42 |
| Hex | 80 | 57 | 5F | 0 | 20 | 1A | 32 | 15C | 13 | 2A |
| Octal | 200 | 127 | 137 | 0 | 40 | 32 | 62 | 534 | 23 | 52 |
| Binary | 10000000 | 1010111 | 1011111 | 0 | 100000 | 11010 | 110010 | 101011100 | 10011 | 101010 |
Color Harmonies of #80575F
Complementary color
Monochromatic Colors of #80575F
Black with #80575F
Text Example
Text Example
White with #80575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80575F; }
p { color: rgb(128,87,95); }
H1.HeaderClassName
{
color: #80575F;
}
.AnyTagClassName
{
color: #80575F;
}
</style>
background-color css
<style>
a { background-color: #80575F; }
a { background-color: rgb(128,87,95); }
div.DivClassName
{
background-color: #80575F;
}
.BgClassName
{
background-color: #80575F;
}
</style>
border-color css
<style>
span { border-color: #80575F; }
span { border-color: rgb(128,87,95); }
td.TdClassName
{
border-color: #80575F;
}
.TagClassName
{
border-color: #80575F;
}
</style>