Shades of Cannon Pink #825A6A
Tints of Cannon Pink #825A6A
RGB
CMYK
RGB Variations
Color information
#825A6A (or 0x825A6A) is known color: Cannon Pink. HEX triplet: 82, 5A and 6A. RGB value is (130,90,106). Sum of RGB (Red+Green+Blue) = 130+90+106=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #825A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A6A is #7DA595. Grayscale: #676767. Windows color (decimal): -8234390 or 6969986. OLE color: 6969986.
HSL color Cylindrical-coordinate representation of color #825A6A: hue angle of 336º 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 #825A6A is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 106 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.49 |
| HSL | 336º | 0.18% | 0.43% | - |
| HSV(B) | 336º | 0.31% | 0.51% | - |
| XYZ | 15.46 | 13.1 | 15.35 | - |
| YUV | 103.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 106 | 0 | 0.31 | 0.18 | 0.49 | 336 | 0.18 | 0.43 |
| Hex | 82 | 5A | 6A | 0 | 1F | 12 | 31 | 150 | 12 | 2B |
| Octal | 202 | 132 | 152 | 0 | 37 | 22 | 61 | 520 | 22 | 53 |
| Binary | 10000010 | 1011010 | 1101010 | 0 | 11111 | 10010 | 110001 | 101010000 | 10010 | 101011 |
Color Harmonies of #825A6A
Complementary color
Monochromatic Colors of #825A6A
Black with #825A6A
Text Example
Text Example
White with #825A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A6A; }
p { color: rgb(130,90,106); }
H1.HeaderClassName
{
color: #825A6A;
}
.AnyTagClassName
{
color: #825A6A;
}
</style>
background-color css
<style>
a { background-color: #825A6A; }
a { background-color: rgb(130,90,106); }
div.DivClassName
{
background-color: #825A6A;
}
.BgClassName
{
background-color: #825A6A;
}
</style>
border-color css
<style>
span { border-color: #825A6A; }
span { border-color: rgb(130,90,106); }
td.TdClassName
{
border-color: #825A6A;
}
.TagClassName
{
border-color: #825A6A;
}
</style>