Shades of Cannon Pink #83545C
Tints of Cannon Pink #83545C
RGB
CMYK
RGB Variations
Color information
#83545C (or 0x83545C) is known color: Cannon Pink. HEX triplet: 83, 54 and 5C. RGB value is (131,84,92). Sum of RGB (Red+Green+Blue) = 131+84+92=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83545C is #7CABA3. Grayscale: #626262. Windows color (decimal): -8170404 or 6050947. OLE color: 6050947.
HSL color Cylindrical-coordinate representation of color #83545C: hue angle of 349.79º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83545C is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 84 | 92 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.49 |
| HSL | 349.79º | 0.22% | 0.42% | - |
| HSV(B) | 349.79º | 0.36% | 0.51% | - |
| XYZ | 14.46 | 11.94 | 11.67 | - |
| YUV | 98.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 92 | 0 | 0.36 | 0.30 | 0.49 | 349.79 | 0.22 | 0.42 |
| Hex | 83 | 54 | 5C | 0 | 24 | 1E | 31 | 15E | 16 | 2A |
| Octal | 203 | 124 | 134 | 0 | 44 | 36 | 61 | 536 | 26 | 52 |
| Binary | 10000011 | 1010100 | 1011100 | 0 | 100100 | 11110 | 110001 | 101011110 | 10110 | 101010 |
Color Harmonies of #83545C
Complementary color
Monochromatic Colors of #83545C
Black with #83545C
Text Example
Text Example
White with #83545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83545C; }
p { color: rgb(131,84,92); }
H1.HeaderClassName
{
color: #83545C;
}
.AnyTagClassName
{
color: #83545C;
}
</style>
background-color css
<style>
a { background-color: #83545C; }
a { background-color: rgb(131,84,92); }
div.DivClassName
{
background-color: #83545C;
}
.BgClassName
{
background-color: #83545C;
}
</style>
border-color css
<style>
span { border-color: #83545C; }
span { border-color: rgb(131,84,92); }
td.TdClassName
{
border-color: #83545C;
}
.TagClassName
{
border-color: #83545C;
}
</style>