Shades of Cannon Pink #835566
Tints of Cannon Pink #835566
RGB
CMYK
RGB Variations
Color information
#835566 (or 0x835566) is known color: Cannon Pink. HEX triplet: 83, 55 and 66. RGB value is (131,85,102). Sum of RGB (Red+Green+Blue) = 131+85+102=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #835566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835566 is #7CAA99. Grayscale: #646464. Windows color (decimal): -8170138 or 6706563. OLE color: 6706563.
HSL color Cylindrical-coordinate representation of color #835566: hue angle of 337.83º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835566 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 85 | 102 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.49 |
| HSL | 337.83º | 0.21% | 0.42% | - |
| HSV(B) | 337.83º | 0.35% | 0.51% | - |
| XYZ | 15.01 | 12.28 | 14.15 | - |
| YUV | 100.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 102 | 0 | 0.35 | 0.22 | 0.49 | 337.83 | 0.21 | 0.42 |
| Hex | 83 | 55 | 66 | 0 | 23 | 16 | 31 | 152 | 15 | 2A |
| Octal | 203 | 125 | 146 | 0 | 43 | 26 | 61 | 522 | 25 | 52 |
| Binary | 10000011 | 1010101 | 1100110 | 0 | 100011 | 10110 | 110001 | 101010010 | 10101 | 101010 |
Color Harmonies of #835566
Complementary color
Monochromatic Colors of #835566
Black with #835566
Text Example
Text Example
White with #835566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835566; }
p { color: rgb(131,85,102); }
H1.HeaderClassName
{
color: #835566;
}
.AnyTagClassName
{
color: #835566;
}
</style>
background-color css
<style>
a { background-color: #835566; }
a { background-color: rgb(131,85,102); }
div.DivClassName
{
background-color: #835566;
}
.BgClassName
{
background-color: #835566;
}
</style>
border-color css
<style>
span { border-color: #835566; }
span { border-color: rgb(131,85,102); }
td.TdClassName
{
border-color: #835566;
}
.TagClassName
{
border-color: #835566;
}
</style>