Shades of Cannon Pink #825A68
Tints of Cannon Pink #825A68
RGB
CMYK
RGB Variations
Color information
#825A68 (or 0x825A68) is known color: Cannon Pink. HEX triplet: 82, 5A and 68. RGB value is (130,90,104). Sum of RGB (Red+Green+Blue) = 130+90+104=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #825A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A68 is #7DA597. Grayscale: #676767. Windows color (decimal): -8234392 or 6838914. OLE color: 6838914.
HSL color Cylindrical-coordinate representation of color #825A68: hue angle of 339º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825A68 is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 104 | - |
| CMYK | 0 | 0.31 | 0.2 | 0.49 |
| HSL | 339º | 0.18% | 0.43% | - |
| HSV(B) | 339º | 0.31% | 0.51% | - |
| XYZ | 15.36 | 13.06 | 14.81 | - |
| YUV | 103.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 104 | 0 | 0.31 | 0.2 | 0.49 | 339 | 0.18 | 0.43 |
| Hex | 82 | 5A | 68 | 0 | 1F | 14 | 31 | 153 | 12 | 2B |
| Octal | 202 | 132 | 150 | 0 | 37 | 24 | 61 | 523 | 22 | 53 |
| Binary | 10000010 | 1011010 | 1101000 | 0 | 11111 | 10100 | 110001 | 101010011 | 10010 | 101011 |
Color Harmonies of #825A68
Complementary color
Monochromatic Colors of #825A68
Black with #825A68
Text Example
Text Example
White with #825A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A68; }
p { color: rgb(130,90,104); }
H1.HeaderClassName
{
color: #825A68;
}
.AnyTagClassName
{
color: #825A68;
}
</style>
background-color css
<style>
a { background-color: #825A68; }
a { background-color: rgb(130,90,104); }
div.DivClassName
{
background-color: #825A68;
}
.BgClassName
{
background-color: #825A68;
}
</style>
border-color css
<style>
span { border-color: #825A68; }
span { border-color: rgb(130,90,104); }
td.TdClassName
{
border-color: #825A68;
}
.TagClassName
{
border-color: #825A68;
}
</style>