Shades of Cannon Pink #825860
Tints of Cannon Pink #825860
RGB
CMYK
RGB Variations
Color information
#825860 (or 0x825860) is known color: Cannon Pink. HEX triplet: 82, 58 and 60. RGB value is (130,88,96). Sum of RGB (Red+Green+Blue) = 130+88+96=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #825860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825860 is #7DA79F. Grayscale: #656565. Windows color (decimal): -8234912 or 6314114. OLE color: 6314114.
HSL color Cylindrical-coordinate representation of color #825860: hue angle of 348.57º 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 #825860 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 96 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.49 |
| HSL | 348.57º | 0.19% | 0.43% | - |
| HSV(B) | 348.57º | 0.32% | 0.51% | - |
| XYZ | 14.81 | 12.57 | 12.71 | - |
| YUV | 101.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 96 | 0 | 0.32 | 0.26 | 0.49 | 348.57 | 0.19 | 0.43 |
| Hex | 82 | 58 | 60 | 0 | 20 | 1A | 31 | 15D | 13 | 2B |
| Octal | 202 | 130 | 140 | 0 | 40 | 32 | 61 | 535 | 23 | 53 |
| Binary | 10000010 | 1011000 | 1100000 | 0 | 100000 | 11010 | 110001 | 101011101 | 10011 | 101011 |
Color Harmonies of #825860
Complementary color
Monochromatic Colors of #825860
Black with #825860
Text Example
Text Example
White with #825860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825860; }
p { color: rgb(130,88,96); }
H1.HeaderClassName
{
color: #825860;
}
.AnyTagClassName
{
color: #825860;
}
</style>
background-color css
<style>
a { background-color: #825860; }
a { background-color: rgb(130,88,96); }
div.DivClassName
{
background-color: #825860;
}
.BgClassName
{
background-color: #825860;
}
</style>
border-color css
<style>
span { border-color: #825860; }
span { border-color: rgb(130,88,96); }
td.TdClassName
{
border-color: #825860;
}
.TagClassName
{
border-color: #825860;
}
</style>