Shades of Cannon Pink #825C65
Tints of Cannon Pink #825C65
RGB
CMYK
RGB Variations
Color information
#825C65 (or 0x825C65) is known color: Cannon Pink. HEX triplet: 82, 5C and 65. RGB value is (130,92,101). Sum of RGB (Red+Green+Blue) = 130+92+101=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #825C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C65 is #7DA39A. Grayscale: #686868. Windows color (decimal): -8233883 or 6642818. OLE color: 6642818.
HSL color Cylindrical-coordinate representation of color #825C65: hue angle of 345.79º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C65 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 92 | 101 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.49 |
| HSL | 345.79º | 0.17% | 0.44% | - |
| HSV(B) | 345.79º | 0.29% | 0.51% | - |
| XYZ | 15.38 | 13.34 | 14.08 | - |
| YUV | 104.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 101 | 0 | 0.29 | 0.22 | 0.49 | 345.79 | 0.17 | 0.44 |
| Hex | 82 | 5C | 65 | 0 | 1D | 16 | 31 | 15A | 11 | 2C |
| Octal | 202 | 134 | 145 | 0 | 35 | 26 | 61 | 532 | 21 | 54 |
| Binary | 10000010 | 1011100 | 1100101 | 0 | 11101 | 10110 | 110001 | 101011010 | 10001 | 101100 |
Color Harmonies of #825C65
Complementary color
Monochromatic Colors of #825C65
Black with #825C65
Text Example
Text Example
White with #825C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C65; }
p { color: rgb(130,92,101); }
H1.HeaderClassName
{
color: #825C65;
}
.AnyTagClassName
{
color: #825C65;
}
</style>
background-color css
<style>
a { background-color: #825C65; }
a { background-color: rgb(130,92,101); }
div.DivClassName
{
background-color: #825C65;
}
.BgClassName
{
background-color: #825C65;
}
</style>
border-color css
<style>
span { border-color: #825C65; }
span { border-color: rgb(130,92,101); }
td.TdClassName
{
border-color: #825C65;
}
.TagClassName
{
border-color: #825C65;
}
</style>