Shades of Cannon Pink #80555F
Tints of Cannon Pink #80555F
RGB
CMYK
RGB Variations
Color information
#80555F (or 0x80555F) is known color: Cannon Pink. HEX triplet: 80, 55 and 5F. RGB value is (128,85,95). Sum of RGB (Red+Green+Blue) = 128+85+95=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80555F is #7FAAA0. Grayscale: #636363. Windows color (decimal): -8366753 or 6247808. OLE color: 6247808.
HSL color Cylindrical-coordinate representation of color #80555F: hue angle of 346.05º 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 #80555F is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 95 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.50 |
| HSL | 346.05º | 0.2% | 0.42% | - |
| HSV(B) | 346.05º | 0.34% | 0.5% | - |
| XYZ | 14.22 | 11.91 | 12.38 | - |
| YUV | 99 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 95 | 0 | 0.34 | 0.26 | 0.50 | 346.05 | 0.2 | 0.42 |
| Hex | 80 | 55 | 5F | 0 | 22 | 1A | 32 | 15A | 14 | 2A |
| Octal | 200 | 125 | 137 | 0 | 42 | 32 | 62 | 532 | 24 | 52 |
| Binary | 10000000 | 1010101 | 1011111 | 0 | 100010 | 11010 | 110010 | 101011010 | 10100 | 101010 |
Color Harmonies of #80555F
Complementary color
Monochromatic Colors of #80555F
Black with #80555F
Text Example
Text Example
White with #80555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80555F; }
p { color: rgb(128,85,95); }
H1.HeaderClassName
{
color: #80555F;
}
.AnyTagClassName
{
color: #80555F;
}
</style>
background-color css
<style>
a { background-color: #80555F; }
a { background-color: rgb(128,85,95); }
div.DivClassName
{
background-color: #80555F;
}
.BgClassName
{
background-color: #80555F;
}
</style>
border-color css
<style>
span { border-color: #80555F; }
span { border-color: rgb(128,85,95); }
td.TdClassName
{
border-color: #80555F;
}
.TagClassName
{
border-color: #80555F;
}
</style>