Shades of Cannon Pink #80515B
Tints of Cannon Pink #80515B
RGB
CMYK
RGB Variations
Color information
#80515B (or 0x80515B) is known color: Cannon Pink. HEX triplet: 80, 51 and 5B. RGB value is (128,81,91). Sum of RGB (Red+Green+Blue) = 128+81+91=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #80515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80515B is #7FAEA4. Grayscale: #606060. Windows color (decimal): -8367781 or 5984640. OLE color: 5984640.
HSL color Cylindrical-coordinate representation of color #80515B: hue angle of 347.23º 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 #80515B is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 91 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.50 |
| HSL | 347.23º | 0.22% | 0.41% | - |
| HSV(B) | 347.23º | 0.37% | 0.5% | - |
| XYZ | 13.73 | 11.23 | 11.34 | - |
| YUV | 96.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 91 | 0 | 0.37 | 0.29 | 0.50 | 347.23 | 0.22 | 0.41 |
| Hex | 80 | 51 | 5B | 0 | 25 | 1D | 32 | 15B | 16 | 29 |
| Octal | 200 | 121 | 133 | 0 | 45 | 35 | 62 | 533 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1011011 | 0 | 100101 | 11101 | 110010 | 101011011 | 10110 | 101001 |
Color Harmonies of #80515B
Complementary color
Monochromatic Colors of #80515B
Black with #80515B
Text Example
Text Example
White with #80515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80515B; }
p { color: rgb(128,81,91); }
H1.HeaderClassName
{
color: #80515B;
}
.AnyTagClassName
{
color: #80515B;
}
</style>
background-color css
<style>
a { background-color: #80515B; }
a { background-color: rgb(128,81,91); }
div.DivClassName
{
background-color: #80515B;
}
.BgClassName
{
background-color: #80515B;
}
</style>
border-color css
<style>
span { border-color: #80515B; }
span { border-color: rgb(128,81,91); }
td.TdClassName
{
border-color: #80515B;
}
.TagClassName
{
border-color: #80515B;
}
</style>