Shades of Cannon Pink #80555E
Tints of Cannon Pink #80555E
RGB
CMYK
RGB Variations
Color information
#80555E (or 0x80555E) is known color: Cannon Pink. HEX triplet: 80, 55 and 5E. RGB value is (128,85,94). Sum of RGB (Red+Green+Blue) = 128+85+94=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80555E is #7FAAA1. Grayscale: #626262. Windows color (decimal): -8366754 or 6182272. OLE color: 6182272.
HSL color Cylindrical-coordinate representation of color #80555E: hue angle of 347.44º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80555E is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 94 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.50 |
| HSL | 347.44º | 0.2% | 0.42% | - |
| HSV(B) | 347.44º | 0.34% | 0.5% | - |
| XYZ | 14.17 | 11.89 | 12.14 | - |
| YUV | 98.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 94 | 0 | 0.34 | 0.27 | 0.50 | 347.44 | 0.2 | 0.42 |
| Hex | 80 | 55 | 5E | 0 | 22 | 1B | 32 | 15B | 14 | 2A |
| Octal | 200 | 125 | 136 | 0 | 42 | 33 | 62 | 533 | 24 | 52 |
| Binary | 10000000 | 1010101 | 1011110 | 0 | 100010 | 11011 | 110010 | 101011011 | 10100 | 101010 |
Color Harmonies of #80555E
Complementary color
Monochromatic Colors of #80555E
Black with #80555E
Text Example
Text Example
White with #80555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80555E; }
p { color: rgb(128,85,94); }
H1.HeaderClassName
{
color: #80555E;
}
.AnyTagClassName
{
color: #80555E;
}
</style>
background-color css
<style>
a { background-color: #80555E; }
a { background-color: rgb(128,85,94); }
div.DivClassName
{
background-color: #80555E;
}
.BgClassName
{
background-color: #80555E;
}
</style>
border-color css
<style>
span { border-color: #80555E; }
span { border-color: rgb(128,85,94); }
td.TdClassName
{
border-color: #80555E;
}
.TagClassName
{
border-color: #80555E;
}
</style>