Shades of Cannon Pink #835C64
Tints of Cannon Pink #835C64
RGB
CMYK
RGB Variations
Color information
#835C64 (or 0x835C64) is known color: Cannon Pink. HEX triplet: 83, 5C and 64. RGB value is (131,92,100). Sum of RGB (Red+Green+Blue) = 131+92+100=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #835C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C64 is #7CA39B. Grayscale: #686868. Windows color (decimal): -8168348 or 6577283. OLE color: 6577283.
HSL color Cylindrical-coordinate representation of color #835C64: hue angle of 347.69º 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 #835C64 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 92 | 100 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.49 |
| HSL | 347.69º | 0.17% | 0.44% | - |
| HSV(B) | 347.69º | 0.3% | 0.51% | - |
| XYZ | 15.49 | 13.4 | 13.83 | - |
| YUV | 104.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 100 | 0 | 0.30 | 0.24 | 0.49 | 347.69 | 0.17 | 0.44 |
| Hex | 83 | 5C | 64 | 0 | 1E | 18 | 31 | 15C | 11 | 2C |
| Octal | 203 | 134 | 144 | 0 | 36 | 30 | 61 | 534 | 21 | 54 |
| Binary | 10000011 | 1011100 | 1100100 | 0 | 11110 | 11000 | 110001 | 101011100 | 10001 | 101100 |
Color Harmonies of #835C64
Complementary color
Monochromatic Colors of #835C64
Black with #835C64
Text Example
Text Example
White with #835C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835C64; }
p { color: rgb(131,92,100); }
H1.HeaderClassName
{
color: #835C64;
}
.AnyTagClassName
{
color: #835C64;
}
</style>
background-color css
<style>
a { background-color: #835C64; }
a { background-color: rgb(131,92,100); }
div.DivClassName
{
background-color: #835C64;
}
.BgClassName
{
background-color: #835C64;
}
</style>
border-color css
<style>
span { border-color: #835C64; }
span { border-color: rgb(131,92,100); }
td.TdClassName
{
border-color: #835C64;
}
.TagClassName
{
border-color: #835C64;
}
</style>