Shades of Cannon Pink #83505D
Tints of Cannon Pink #83505D
RGB
CMYK
RGB Variations
Color information
#83505D (or 0x83505D) is known color: Cannon Pink. HEX triplet: 83, 50 and 5D. RGB value is (131,80,93). Sum of RGB (Red+Green+Blue) = 131+80+93=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83505D is #7CAFA2. Grayscale: #606060. Windows color (decimal): -8171427 or 6115459. OLE color: 6115459.
HSL color Cylindrical-coordinate representation of color #83505D: hue angle of 344.71º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83505D is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 93 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.49 |
| HSL | 344.71º | 0.24% | 0.41% | - |
| HSV(B) | 344.71º | 0.39% | 0.51% | - |
| XYZ | 14.2 | 11.35 | 11.8 | - |
| YUV | 96.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 93 | 0 | 0.39 | 0.29 | 0.49 | 344.71 | 0.24 | 0.41 |
| Hex | 83 | 50 | 5D | 0 | 27 | 1D | 31 | 159 | 18 | 29 |
| Octal | 203 | 120 | 135 | 0 | 47 | 35 | 61 | 531 | 30 | 51 |
| Binary | 10000011 | 1010000 | 1011101 | 0 | 100111 | 11101 | 110001 | 101011001 | 11000 | 101001 |
Color Harmonies of #83505D
Complementary color
Monochromatic Colors of #83505D
Black with #83505D
Text Example
Text Example
White with #83505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83505D; }
p { color: rgb(131,80,93); }
H1.HeaderClassName
{
color: #83505D;
}
.AnyTagClassName
{
color: #83505D;
}
</style>
background-color css
<style>
a { background-color: #83505D; }
a { background-color: rgb(131,80,93); }
div.DivClassName
{
background-color: #83505D;
}
.BgClassName
{
background-color: #83505D;
}
</style>
border-color css
<style>
span { border-color: #83505D; }
span { border-color: rgb(131,80,93); }
td.TdClassName
{
border-color: #83505D;
}
.TagClassName
{
border-color: #83505D;
}
</style>