Shades of Cannon Pink #825260
Tints of Cannon Pink #825260
RGB
CMYK
RGB Variations
Color information
#825260 (or 0x825260) is known color: Cannon Pink. HEX triplet: 82, 52 and 60. RGB value is (130,82,96). Sum of RGB (Red+Green+Blue) = 130+82+96=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #825260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825260 is #7DAD9F. Grayscale: #616161. Windows color (decimal): -8236448 or 6312578. OLE color: 6312578.
HSL color Cylindrical-coordinate representation of color #825260: hue angle of 342.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825260 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 96 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.49 |
| HSL | 342.5º | 0.23% | 0.42% | - |
| HSV(B) | 342.5º | 0.37% | 0.51% | - |
| XYZ | 14.33 | 11.62 | 12.55 | - |
| YUV | 97.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 96 | 0 | 0.37 | 0.26 | 0.49 | 342.5 | 0.23 | 0.42 |
| Hex | 82 | 52 | 60 | 0 | 25 | 1A | 31 | 156 | 17 | 2A |
| Octal | 202 | 122 | 140 | 0 | 45 | 32 | 61 | 526 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1100000 | 0 | 100101 | 11010 | 110001 | 101010110 | 10111 | 101010 |
Color Harmonies of #825260
Complementary color
Monochromatic Colors of #825260
Black with #825260
Text Example
Text Example
White with #825260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825260; }
p { color: rgb(130,82,96); }
H1.HeaderClassName
{
color: #825260;
}
.AnyTagClassName
{
color: #825260;
}
</style>
background-color css
<style>
a { background-color: #825260; }
a { background-color: rgb(130,82,96); }
div.DivClassName
{
background-color: #825260;
}
.BgClassName
{
background-color: #825260;
}
</style>
border-color css
<style>
span { border-color: #825260; }
span { border-color: rgb(130,82,96); }
td.TdClassName
{
border-color: #825260;
}
.TagClassName
{
border-color: #825260;
}
</style>