Shades of Cannon Pink #82585E
Tints of Cannon Pink #82585E
RGB
CMYK
RGB Variations
Color information
#82585E (or 0x82585E) is known color: Cannon Pink. HEX triplet: 82, 58 and 5E. RGB value is (130,88,94). Sum of RGB (Red+Green+Blue) = 130+88+94=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82585E is #7DA7A1. Grayscale: #656565. Windows color (decimal): -8234914 or 6183042. OLE color: 6183042.
HSL color Cylindrical-coordinate representation of color #82585E: hue angle of 351.43º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82585E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 94 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.49 |
| HSL | 351.43º | 0.19% | 0.43% | - |
| HSV(B) | 351.43º | 0.32% | 0.51% | - |
| XYZ | 14.72 | 12.53 | 12.23 | - |
| YUV | 101.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 94 | 0 | 0.32 | 0.28 | 0.49 | 351.43 | 0.19 | 0.43 |
| Hex | 82 | 58 | 5E | 0 | 20 | 1C | 31 | 15F | 13 | 2B |
| Octal | 202 | 130 | 136 | 0 | 40 | 34 | 61 | 537 | 23 | 53 |
| Binary | 10000010 | 1011000 | 1011110 | 0 | 100000 | 11100 | 110001 | 101011111 | 10011 | 101011 |
Color Harmonies of #82585E
Complementary color
Monochromatic Colors of #82585E
Black with #82585E
Text Example
Text Example
White with #82585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82585E; }
p { color: rgb(130,88,94); }
H1.HeaderClassName
{
color: #82585E;
}
.AnyTagClassName
{
color: #82585E;
}
</style>
background-color css
<style>
a { background-color: #82585E; }
a { background-color: rgb(130,88,94); }
div.DivClassName
{
background-color: #82585E;
}
.BgClassName
{
background-color: #82585E;
}
</style>
border-color css
<style>
span { border-color: #82585E; }
span { border-color: rgb(130,88,94); }
td.TdClassName
{
border-color: #82585E;
}
.TagClassName
{
border-color: #82585E;
}
</style>