Shades of Cannon Pink #80505C
Tints of Cannon Pink #80505C
RGB
CMYK
RGB Variations
Color information
#80505C (or 0x80505C) is known color: Cannon Pink. HEX triplet: 80, 50 and 5C. RGB value is (128,80,92). Sum of RGB (Red+Green+Blue) = 128+80+92=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #80505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80505C is #7FAFA3. Grayscale: #5F5F5F. Windows color (decimal): -8368036 or 6049920. OLE color: 6049920.
HSL color Cylindrical-coordinate representation of color #80505C: hue angle of 345º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80505C is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 92 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.50 |
| HSL | 345º | 0.23% | 0.41% | - |
| HSV(B) | 345º | 0.38% | 0.5% | - |
| XYZ | 13.7 | 11.1 | 11.55 | - |
| YUV | 95.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 92 | 0 | 0.38 | 0.28 | 0.50 | 345 | 0.23 | 0.41 |
| Hex | 80 | 50 | 5C | 0 | 26 | 1C | 32 | 159 | 17 | 29 |
| Octal | 200 | 120 | 134 | 0 | 46 | 34 | 62 | 531 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1011100 | 0 | 100110 | 11100 | 110010 | 101011001 | 10111 | 101001 |
Color Harmonies of #80505C
Complementary color
Monochromatic Colors of #80505C
Black with #80505C
Text Example
Text Example
White with #80505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80505C; }
p { color: rgb(128,80,92); }
H1.HeaderClassName
{
color: #80505C;
}
.AnyTagClassName
{
color: #80505C;
}
</style>
background-color css
<style>
a { background-color: #80505C; }
a { background-color: rgb(128,80,92); }
div.DivClassName
{
background-color: #80505C;
}
.BgClassName
{
background-color: #80505C;
}
</style>
border-color css
<style>
span { border-color: #80505C; }
span { border-color: rgb(128,80,92); }
td.TdClassName
{
border-color: #80505C;
}
.TagClassName
{
border-color: #80505C;
}
</style>