Shades of Cannon Pink #825B6B
Tints of Cannon Pink #825B6B
RGB
CMYK
RGB Variations
Color information
#825B6B (or 0x825B6B) is known color: Cannon Pink. HEX triplet: 82, 5B and 6B. RGB value is (130,91,107). Sum of RGB (Red+Green+Blue) = 130+91+107=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #825B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B6B is #7DA494. Grayscale: #686868. Windows color (decimal): -8234133 or 7035778. OLE color: 7035778.
HSL color Cylindrical-coordinate representation of color #825B6B: hue angle of 335.38º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825B6B is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 107 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.49 |
| HSL | 335.38º | 0.18% | 0.43% | - |
| HSV(B) | 335.38º | 0.3% | 0.51% | - |
| XYZ | 15.6 | 13.29 | 15.65 | - |
| YUV | 104.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 107 | 0 | 0.30 | 0.18 | 0.49 | 335.38 | 0.18 | 0.43 |
| Hex | 82 | 5B | 6B | 0 | 1E | 12 | 31 | 14F | 12 | 2B |
| Octal | 202 | 133 | 153 | 0 | 36 | 22 | 61 | 517 | 22 | 53 |
| Binary | 10000010 | 1011011 | 1101011 | 0 | 11110 | 10010 | 110001 | 101001111 | 10010 | 101011 |
Color Harmonies of #825B6B
Complementary color
Monochromatic Colors of #825B6B
Black with #825B6B
Text Example
Text Example
White with #825B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B6B; }
p { color: rgb(130,91,107); }
H1.HeaderClassName
{
color: #825B6B;
}
.AnyTagClassName
{
color: #825B6B;
}
</style>
background-color css
<style>
a { background-color: #825B6B; }
a { background-color: rgb(130,91,107); }
div.DivClassName
{
background-color: #825B6B;
}
.BgClassName
{
background-color: #825B6B;
}
</style>
border-color css
<style>
span { border-color: #825B6B; }
span { border-color: rgb(130,91,107); }
td.TdClassName
{
border-color: #825B6B;
}
.TagClassName
{
border-color: #825B6B;
}
</style>