Shades of Cannon Pink #83505C
Tints of Cannon Pink #83505C
RGB
CMYK
RGB Variations
Color information
#83505C (or 0x83505C) is known color: Cannon Pink. HEX triplet: 83, 50 and 5C. RGB value is (131,80,92). Sum of RGB (Red+Green+Blue) = 131+80+92=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #83505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83505C is #7CAFA3. Grayscale: #606060. Windows color (decimal): -8171428 or 6049923. OLE color: 6049923.
HSL color Cylindrical-coordinate representation of color #83505C: hue angle of 345.88º 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 #83505C is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 92 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.49 |
| HSL | 345.88º | 0.24% | 0.41% | - |
| HSV(B) | 345.88º | 0.39% | 0.51% | - |
| XYZ | 14.16 | 11.34 | 11.57 | - |
| YUV | 96.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 92 | 0 | 0.39 | 0.30 | 0.49 | 345.88 | 0.24 | 0.41 |
| Hex | 83 | 50 | 5C | 0 | 27 | 1E | 31 | 15A | 18 | 29 |
| Octal | 203 | 120 | 134 | 0 | 47 | 36 | 61 | 532 | 30 | 51 |
| Binary | 10000011 | 1010000 | 1011100 | 0 | 100111 | 11110 | 110001 | 101011010 | 11000 | 101001 |
Color Harmonies of #83505C
Complementary color
Monochromatic Colors of #83505C
Black with #83505C
Text Example
Text Example
White with #83505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83505C; }
p { color: rgb(131,80,92); }
H1.HeaderClassName
{
color: #83505C;
}
.AnyTagClassName
{
color: #83505C;
}
</style>
background-color css
<style>
a { background-color: #83505C; }
a { background-color: rgb(131,80,92); }
div.DivClassName
{
background-color: #83505C;
}
.BgClassName
{
background-color: #83505C;
}
</style>
border-color css
<style>
span { border-color: #83505C; }
span { border-color: rgb(131,80,92); }
td.TdClassName
{
border-color: #83505C;
}
.TagClassName
{
border-color: #83505C;
}
</style>