Shades of Cannon Pink #82515C
Tints of Cannon Pink #82515C
RGB
CMYK
RGB Variations
Color information
#82515C (or 0x82515C) is known color: Cannon Pink. HEX triplet: 82, 51 and 5C. RGB value is (130,81,92). Sum of RGB (Red+Green+Blue) = 130+81+92=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82515C is #7DAEA3. Grayscale: #606060. Windows color (decimal): -8236708 or 6050178. OLE color: 6050178.
HSL color Cylindrical-coordinate representation of color #82515C: hue angle of 346.53º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82515C is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 92 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.49 |
| HSL | 346.53º | 0.23% | 0.41% | - |
| HSV(B) | 346.53º | 0.38% | 0.51% | - |
| XYZ | 14.08 | 11.4 | 11.58 | - |
| YUV | 96.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 92 | 0 | 0.38 | 0.29 | 0.49 | 346.53 | 0.23 | 0.41 |
| Hex | 82 | 51 | 5C | 0 | 26 | 1D | 31 | 15B | 17 | 29 |
| Octal | 202 | 121 | 134 | 0 | 46 | 35 | 61 | 533 | 27 | 51 |
| Binary | 10000010 | 1010001 | 1011100 | 0 | 100110 | 11101 | 110001 | 101011011 | 10111 | 101001 |
Color Harmonies of #82515C
Complementary color
Monochromatic Colors of #82515C
Black with #82515C
Text Example
Text Example
White with #82515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82515C; }
p { color: rgb(130,81,92); }
H1.HeaderClassName
{
color: #82515C;
}
.AnyTagClassName
{
color: #82515C;
}
</style>
background-color css
<style>
a { background-color: #82515C; }
a { background-color: rgb(130,81,92); }
div.DivClassName
{
background-color: #82515C;
}
.BgClassName
{
background-color: #82515C;
}
</style>
border-color css
<style>
span { border-color: #82515C; }
span { border-color: rgb(130,81,92); }
td.TdClassName
{
border-color: #82515C;
}
.TagClassName
{
border-color: #82515C;
}
</style>