Shades of Cannon Pink #83515C
Tints of Cannon Pink #83515C
RGB
CMYK
RGB Variations
Color information
#83515C (or 0x83515C) is known color: Cannon Pink. HEX triplet: 83, 51 and 5C. RGB value is (131,81,92). Sum of RGB (Red+Green+Blue) = 131+81+92=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83515C is #7CAEA3. Grayscale: #616161. Windows color (decimal): -8171172 or 6050179. OLE color: 6050179.
HSL color Cylindrical-coordinate representation of color #83515C: hue angle of 346.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83515C is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 81 | 92 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.49 |
| HSL | 346.8º | 0.24% | 0.42% | - |
| HSV(B) | 346.8º | 0.38% | 0.51% | - |
| XYZ | 14.23 | 11.48 | 11.59 | - |
| YUV | 97.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 92 | 0 | 0.38 | 0.30 | 0.49 | 346.8 | 0.24 | 0.42 |
| Hex | 83 | 51 | 5C | 0 | 26 | 1E | 31 | 15B | 18 | 2A |
| Octal | 203 | 121 | 134 | 0 | 46 | 36 | 61 | 533 | 30 | 52 |
| Binary | 10000011 | 1010001 | 1011100 | 0 | 100110 | 11110 | 110001 | 101011011 | 11000 | 101010 |
Color Harmonies of #83515C
Complementary color
Monochromatic Colors of #83515C
Black with #83515C
Text Example
Text Example
White with #83515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83515C; }
p { color: rgb(131,81,92); }
H1.HeaderClassName
{
color: #83515C;
}
.AnyTagClassName
{
color: #83515C;
}
</style>
background-color css
<style>
a { background-color: #83515C; }
a { background-color: rgb(131,81,92); }
div.DivClassName
{
background-color: #83515C;
}
.BgClassName
{
background-color: #83515C;
}
</style>
border-color css
<style>
span { border-color: #83515C; }
span { border-color: rgb(131,81,92); }
td.TdClassName
{
border-color: #83515C;
}
.TagClassName
{
border-color: #83515C;
}
</style>