Shades of Cannon Pink #80515C
Tints of Cannon Pink #80515C
RGB
CMYK
RGB Variations
Color information
#80515C (or 0x80515C) is known color: Cannon Pink. HEX triplet: 80, 51 and 5C. RGB value is (128,81,92). Sum of RGB (Red+Green+Blue) = 128+81+92=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #80515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80515C is #7FAEA3. Grayscale: #606060. Windows color (decimal): -8367780 or 6050176. OLE color: 6050176.
HSL color Cylindrical-coordinate representation of color #80515C: hue angle of 345.96º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80515C is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 92 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.50 |
| HSL | 345.96º | 0.22% | 0.41% | - |
| HSV(B) | 345.96º | 0.37% | 0.5% | - |
| XYZ | 13.78 | 11.25 | 11.57 | - |
| YUV | 96.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 92 | 0 | 0.37 | 0.28 | 0.50 | 345.96 | 0.22 | 0.41 |
| Hex | 80 | 51 | 5C | 0 | 25 | 1C | 32 | 15A | 16 | 29 |
| Octal | 200 | 121 | 134 | 0 | 45 | 34 | 62 | 532 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1011100 | 0 | 100101 | 11100 | 110010 | 101011010 | 10110 | 101001 |
Color Harmonies of #80515C
Complementary color
Monochromatic Colors of #80515C
Black with #80515C
Text Example
Text Example
White with #80515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80515C; }
p { color: rgb(128,81,92); }
H1.HeaderClassName
{
color: #80515C;
}
.AnyTagClassName
{
color: #80515C;
}
</style>
background-color css
<style>
a { background-color: #80515C; }
a { background-color: rgb(128,81,92); }
div.DivClassName
{
background-color: #80515C;
}
.BgClassName
{
background-color: #80515C;
}
</style>
border-color css
<style>
span { border-color: #80515C; }
span { border-color: rgb(128,81,92); }
td.TdClassName
{
border-color: #80515C;
}
.TagClassName
{
border-color: #80515C;
}
</style>