Shades of Cannon Pink #835C61
Tints of Cannon Pink #835C61
RGB
CMYK
RGB Variations
Color information
#835C61 (or 0x835C61) is known color: Cannon Pink. HEX triplet: 83, 5C and 61. RGB value is (131,92,97). Sum of RGB (Red+Green+Blue) = 131+92+97=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #835C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C61 is #7CA39E. Grayscale: #686868. Windows color (decimal): -8168351 or 6380675. OLE color: 6380675.
HSL color Cylindrical-coordinate representation of color #835C61: hue angle of 352.31º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835C61 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 92 | 97 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.49 |
| HSL | 352.31º | 0.17% | 0.44% | - |
| HSV(B) | 352.31º | 0.3% | 0.51% | - |
| XYZ | 15.34 | 13.34 | 13.08 | - |
| YUV | 104.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 97 | 0 | 0.30 | 0.26 | 0.49 | 352.31 | 0.17 | 0.44 |
| Hex | 83 | 5C | 61 | 0 | 1E | 1A | 31 | 160 | 11 | 2C |
| Octal | 203 | 134 | 141 | 0 | 36 | 32 | 61 | 540 | 21 | 54 |
| Binary | 10000011 | 1011100 | 1100001 | 0 | 11110 | 11010 | 110001 | 101100000 | 10001 | 101100 |
Color Harmonies of #835C61
Complementary color
Monochromatic Colors of #835C61
Black with #835C61
Text Example
Text Example
White with #835C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835C61; }
p { color: rgb(131,92,97); }
H1.HeaderClassName
{
color: #835C61;
}
.AnyTagClassName
{
color: #835C61;
}
</style>
background-color css
<style>
a { background-color: #835C61; }
a { background-color: rgb(131,92,97); }
div.DivClassName
{
background-color: #835C61;
}
.BgClassName
{
background-color: #835C61;
}
</style>
border-color css
<style>
span { border-color: #835C61; }
span { border-color: rgb(131,92,97); }
td.TdClassName
{
border-color: #835C61;
}
.TagClassName
{
border-color: #835C61;
}
</style>