Shades of Cannon Pink #82555E
Tints of Cannon Pink #82555E
RGB
CMYK
RGB Variations
Color information
#82555E (or 0x82555E) is known color: Cannon Pink. HEX triplet: 82, 55 and 5E. RGB value is (130,85,94). Sum of RGB (Red+Green+Blue) = 130+85+94=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82555E is #7DAAA1. Grayscale: #636363. Windows color (decimal): -8235682 or 6182274. OLE color: 6182274.
HSL color Cylindrical-coordinate representation of color #82555E: hue angle of 348º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82555E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 94 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.49 |
| HSL | 348º | 0.21% | 0.42% | - |
| HSV(B) | 348º | 0.35% | 0.51% | - |
| XYZ | 14.47 | 12.05 | 12.15 | - |
| YUV | 99.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 94 | 0 | 0.35 | 0.28 | 0.49 | 348 | 0.21 | 0.42 |
| Hex | 82 | 55 | 5E | 0 | 23 | 1C | 31 | 15C | 15 | 2A |
| Octal | 202 | 125 | 136 | 0 | 43 | 34 | 61 | 534 | 25 | 52 |
| Binary | 10000010 | 1010101 | 1011110 | 0 | 100011 | 11100 | 110001 | 101011100 | 10101 | 101010 |
Color Harmonies of #82555E
Complementary color
Monochromatic Colors of #82555E
Black with #82555E
Text Example
Text Example
White with #82555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82555E; }
p { color: rgb(130,85,94); }
H1.HeaderClassName
{
color: #82555E;
}
.AnyTagClassName
{
color: #82555E;
}
</style>
background-color css
<style>
a { background-color: #82555E; }
a { background-color: rgb(130,85,94); }
div.DivClassName
{
background-color: #82555E;
}
.BgClassName
{
background-color: #82555E;
}
</style>
border-color css
<style>
span { border-color: #82555E; }
span { border-color: rgb(130,85,94); }
td.TdClassName
{
border-color: #82555E;
}
.TagClassName
{
border-color: #82555E;
}
</style>