Shades of Cannon Pink #83525C
Tints of Cannon Pink #83525C
RGB
CMYK
RGB Variations
Color information
#83525C (or 0x83525C) is known color: Cannon Pink. HEX triplet: 83, 52 and 5C. RGB value is (131,82,92). Sum of RGB (Red+Green+Blue) = 131+82+92=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83525C is #7CADA3. Grayscale: #616161. Windows color (decimal): -8170916 or 6050435. OLE color: 6050435.
HSL color Cylindrical-coordinate representation of color #83525C: hue angle of 347.76º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83525C is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 92 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.49 |
| HSL | 347.76º | 0.23% | 0.42% | - |
| HSV(B) | 347.76º | 0.37% | 0.51% | - |
| XYZ | 14.31 | 11.63 | 11.62 | - |
| YUV | 97.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 92 | 0 | 0.37 | 0.30 | 0.49 | 347.76 | 0.23 | 0.42 |
| Hex | 83 | 52 | 5C | 0 | 25 | 1E | 31 | 15C | 17 | 2A |
| Octal | 203 | 122 | 134 | 0 | 45 | 36 | 61 | 534 | 27 | 52 |
| Binary | 10000011 | 1010010 | 1011100 | 0 | 100101 | 11110 | 110001 | 101011100 | 10111 | 101010 |
Color Harmonies of #83525C
Complementary color
Monochromatic Colors of #83525C
Black with #83525C
Text Example
Text Example
White with #83525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83525C; }
p { color: rgb(131,82,92); }
H1.HeaderClassName
{
color: #83525C;
}
.AnyTagClassName
{
color: #83525C;
}
</style>
background-color css
<style>
a { background-color: #83525C; }
a { background-color: rgb(131,82,92); }
div.DivClassName
{
background-color: #83525C;
}
.BgClassName
{
background-color: #83525C;
}
</style>
border-color css
<style>
span { border-color: #83525C; }
span { border-color: rgb(131,82,92); }
td.TdClassName
{
border-color: #83525C;
}
.TagClassName
{
border-color: #83525C;
}
</style>