Shades of Cannon Pink #80515A
Tints of Cannon Pink #80515A
RGB
CMYK
RGB Variations
Color information
#80515A (or 0x80515A) is known color: Cannon Pink. HEX triplet: 80, 51 and 5A. RGB value is (128,81,90). Sum of RGB (Red+Green+Blue) = 128+81+90=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #80515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80515A is #7FAEA5. Grayscale: #606060. Windows color (decimal): -8367782 or 5919104. OLE color: 5919104.
HSL color Cylindrical-coordinate representation of color #80515A: hue angle of 348.51º 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 #80515A is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 90 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.50 |
| HSL | 348.51º | 0.22% | 0.41% | - |
| HSV(B) | 348.51º | 0.37% | 0.5% | - |
| XYZ | 13.69 | 11.21 | 11.12 | - |
| YUV | 96.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 90 | 0 | 0.37 | 0.30 | 0.50 | 348.51 | 0.22 | 0.41 |
| Hex | 80 | 51 | 5A | 0 | 25 | 1E | 32 | 15D | 16 | 29 |
| Octal | 200 | 121 | 132 | 0 | 45 | 36 | 62 | 535 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1011010 | 0 | 100101 | 11110 | 110010 | 101011101 | 10110 | 101001 |
Color Harmonies of #80515A
Complementary color
Monochromatic Colors of #80515A
Black with #80515A
Text Example
Text Example
White with #80515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80515A; }
p { color: rgb(128,81,90); }
H1.HeaderClassName
{
color: #80515A;
}
.AnyTagClassName
{
color: #80515A;
}
</style>
background-color css
<style>
a { background-color: #80515A; }
a { background-color: rgb(128,81,90); }
div.DivClassName
{
background-color: #80515A;
}
.BgClassName
{
background-color: #80515A;
}
</style>
border-color css
<style>
span { border-color: #80515A; }
span { border-color: rgb(128,81,90); }
td.TdClassName
{
border-color: #80515A;
}
.TagClassName
{
border-color: #80515A;
}
</style>