Shades of Cannon Pink #825862
Tints of Cannon Pink #825862
RGB
CMYK
RGB Variations
Color information
#825862 (or 0x825862) is known color: Cannon Pink. HEX triplet: 82, 58 and 62. RGB value is (130,88,98). Sum of RGB (Red+Green+Blue) = 130+88+98=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #825862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825862 is #7DA79D. Grayscale: #656565. Windows color (decimal): -8234910 or 6445186. OLE color: 6445186.
HSL color Cylindrical-coordinate representation of color #825862: hue angle of 345.71º 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 #825862 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 98 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.49 |
| HSL | 345.71º | 0.19% | 0.43% | - |
| HSV(B) | 345.71º | 0.32% | 0.51% | - |
| XYZ | 14.9 | 12.61 | 13.2 | - |
| YUV | 101.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 98 | 0 | 0.32 | 0.25 | 0.49 | 345.71 | 0.19 | 0.43 |
| Hex | 82 | 58 | 62 | 0 | 20 | 19 | 31 | 15A | 13 | 2B |
| Octal | 202 | 130 | 142 | 0 | 40 | 31 | 61 | 532 | 23 | 53 |
| Binary | 10000010 | 1011000 | 1100010 | 0 | 100000 | 11001 | 110001 | 101011010 | 10011 | 101011 |
Color Harmonies of #825862
Complementary color
Monochromatic Colors of #825862
Black with #825862
Text Example
Text Example
White with #825862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825862; }
p { color: rgb(130,88,98); }
H1.HeaderClassName
{
color: #825862;
}
.AnyTagClassName
{
color: #825862;
}
</style>
background-color css
<style>
a { background-color: #825862; }
a { background-color: rgb(130,88,98); }
div.DivClassName
{
background-color: #825862;
}
.BgClassName
{
background-color: #825862;
}
</style>
border-color css
<style>
span { border-color: #825862; }
span { border-color: rgb(130,88,98); }
td.TdClassName
{
border-color: #825862;
}
.TagClassName
{
border-color: #825862;
}
</style>