Shades of Cannon Pink #825261
Tints of Cannon Pink #825261
RGB
CMYK
RGB Variations
Color information
#825261 (or 0x825261) is known color: Cannon Pink. HEX triplet: 82, 52 and 61. RGB value is (130,82,97). Sum of RGB (Red+Green+Blue) = 130+82+97=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #825261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825261 is #7DAD9E. Grayscale: #626262. Windows color (decimal): -8236447 or 6378114. OLE color: 6378114.
HSL color Cylindrical-coordinate representation of color #825261: hue angle of 341.25º 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 #825261 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 97 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.49 |
| HSL | 341.25º | 0.23% | 0.42% | - |
| HSV(B) | 341.25º | 0.37% | 0.51% | - |
| XYZ | 14.38 | 11.64 | 12.8 | - |
| YUV | 98.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 97 | 0 | 0.37 | 0.25 | 0.49 | 341.25 | 0.23 | 0.42 |
| Hex | 82 | 52 | 61 | 0 | 25 | 19 | 31 | 155 | 17 | 2A |
| Octal | 202 | 122 | 141 | 0 | 45 | 31 | 61 | 525 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1100001 | 0 | 100101 | 11001 | 110001 | 101010101 | 10111 | 101010 |
Color Harmonies of #825261
Complementary color
Monochromatic Colors of #825261
Black with #825261
Text Example
Text Example
White with #825261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825261; }
p { color: rgb(130,82,97); }
H1.HeaderClassName
{
color: #825261;
}
.AnyTagClassName
{
color: #825261;
}
</style>
background-color css
<style>
a { background-color: #825261; }
a { background-color: rgb(130,82,97); }
div.DivClassName
{
background-color: #825261;
}
.BgClassName
{
background-color: #825261;
}
</style>
border-color css
<style>
span { border-color: #825261; }
span { border-color: rgb(130,82,97); }
td.TdClassName
{
border-color: #825261;
}
.TagClassName
{
border-color: #825261;
}
</style>