Shades of Cannon Pink #825869
Tints of Cannon Pink #825869
RGB
CMYK
RGB Variations
Color information
#825869 (or 0x825869) is known color: Cannon Pink. HEX triplet: 82, 58 and 69. RGB value is (130,88,105). Sum of RGB (Red+Green+Blue) = 130+88+105=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #825869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825869 is #7DA796. Grayscale: #666666. Windows color (decimal): -8234903 or 6903938. OLE color: 6903938.
HSL color Cylindrical-coordinate representation of color #825869: hue angle of 335.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 #825869 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 105 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.49 |
| HSL | 335.71º | 0.19% | 0.43% | - |
| HSV(B) | 335.71º | 0.32% | 0.51% | - |
| XYZ | 15.25 | 12.75 | 15.02 | - |
| YUV | 102.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 105 | 0 | 0.32 | 0.19 | 0.49 | 335.71 | 0.19 | 0.43 |
| Hex | 82 | 58 | 69 | 0 | 20 | 13 | 31 | 150 | 13 | 2B |
| Octal | 202 | 130 | 151 | 0 | 40 | 23 | 61 | 520 | 23 | 53 |
| Binary | 10000010 | 1011000 | 1101001 | 0 | 100000 | 10011 | 110001 | 101010000 | 10011 | 101011 |
Color Harmonies of #825869
Complementary color
Monochromatic Colors of #825869
Black with #825869
Text Example
Text Example
White with #825869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825869; }
p { color: rgb(130,88,105); }
H1.HeaderClassName
{
color: #825869;
}
.AnyTagClassName
{
color: #825869;
}
</style>
background-color css
<style>
a { background-color: #825869; }
a { background-color: rgb(130,88,105); }
div.DivClassName
{
background-color: #825869;
}
.BgClassName
{
background-color: #825869;
}
</style>
border-color css
<style>
span { border-color: #825869; }
span { border-color: rgb(130,88,105); }
td.TdClassName
{
border-color: #825869;
}
.TagClassName
{
border-color: #825869;
}
</style>