Shades of Cannon Pink #83565D
Tints of Cannon Pink #83565D
RGB
CMYK
RGB Variations
Color information
#83565D (or 0x83565D) is known color: Cannon Pink. HEX triplet: 83, 56 and 5D. RGB value is (131,86,93). Sum of RGB (Red+Green+Blue) = 131+86+93=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83565D is #7CA9A2. Grayscale: #646464. Windows color (decimal): -8169891 or 6116995. OLE color: 6116995.
HSL color Cylindrical-coordinate representation of color #83565D: hue angle of 350.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83565D is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 86 | 93 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.49 |
| HSL | 350.67º | 0.21% | 0.43% | - |
| HSV(B) | 350.67º | 0.34% | 0.51% | - |
| XYZ | 14.66 | 12.27 | 11.95 | - |
| YUV | 100.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 93 | 0 | 0.34 | 0.29 | 0.49 | 350.67 | 0.21 | 0.43 |
| Hex | 83 | 56 | 5D | 0 | 22 | 1D | 31 | 15F | 15 | 2B |
| Octal | 203 | 126 | 135 | 0 | 42 | 35 | 61 | 537 | 25 | 53 |
| Binary | 10000011 | 1010110 | 1011101 | 0 | 100010 | 11101 | 110001 | 101011111 | 10101 | 101011 |
Color Harmonies of #83565D
Complementary color
Monochromatic Colors of #83565D
Black with #83565D
Text Example
Text Example
White with #83565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83565D; }
p { color: rgb(131,86,93); }
H1.HeaderClassName
{
color: #83565D;
}
.AnyTagClassName
{
color: #83565D;
}
</style>
background-color css
<style>
a { background-color: #83565D; }
a { background-color: rgb(131,86,93); }
div.DivClassName
{
background-color: #83565D;
}
.BgClassName
{
background-color: #83565D;
}
</style>
border-color css
<style>
span { border-color: #83565D; }
span { border-color: rgb(131,86,93); }
td.TdClassName
{
border-color: #83565D;
}
.TagClassName
{
border-color: #83565D;
}
</style>