Shades of Cannon Pink #825865
Tints of Cannon Pink #825865
RGB
CMYK
RGB Variations
Color information
#825865 (or 0x825865) is known color: Cannon Pink. HEX triplet: 82, 58 and 65. RGB value is (130,88,101). Sum of RGB (Red+Green+Blue) = 130+88+101=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #825865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825865 is #7DA79A. Grayscale: #666666. Windows color (decimal): -8234907 or 6641794. OLE color: 6641794.
HSL color Cylindrical-coordinate representation of color #825865: hue angle of 341.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 #825865 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 101 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.49 |
| HSL | 341.43º | 0.19% | 0.43% | - |
| HSV(B) | 341.43º | 0.32% | 0.51% | - |
| XYZ | 15.04 | 12.66 | 13.96 | - |
| YUV | 102.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 101 | 0 | 0.32 | 0.22 | 0.49 | 341.43 | 0.19 | 0.43 |
| Hex | 82 | 58 | 65 | 0 | 20 | 16 | 31 | 155 | 13 | 2B |
| Octal | 202 | 130 | 145 | 0 | 40 | 26 | 61 | 525 | 23 | 53 |
| Binary | 10000010 | 1011000 | 1100101 | 0 | 100000 | 10110 | 110001 | 101010101 | 10011 | 101011 |
Color Harmonies of #825865
Complementary color
Monochromatic Colors of #825865
Black with #825865
Text Example
Text Example
White with #825865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825865; }
p { color: rgb(130,88,101); }
H1.HeaderClassName
{
color: #825865;
}
.AnyTagClassName
{
color: #825865;
}
</style>
background-color css
<style>
a { background-color: #825865; }
a { background-color: rgb(130,88,101); }
div.DivClassName
{
background-color: #825865;
}
.BgClassName
{
background-color: #825865;
}
</style>
border-color css
<style>
span { border-color: #825865; }
span { border-color: rgb(130,88,101); }
td.TdClassName
{
border-color: #825865;
}
.TagClassName
{
border-color: #825865;
}
</style>