Shades of Cannon Pink #845C62
Tints of Cannon Pink #845C62
RGB
CMYK
RGB Variations
Color information
#845C62 (or 0x845C62) is known color: Cannon Pink. HEX triplet: 84, 5C and 62. RGB value is (132,92,98). Sum of RGB (Red+Green+Blue) = 132+92+98=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #845C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C62 is #7BA39D. Grayscale: #686868. Windows color (decimal): -8102814 or 6446212. OLE color: 6446212.
HSL color Cylindrical-coordinate representation of color #845C62: hue angle of 351º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845C62 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 98 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.48 |
| HSL | 351º | 0.18% | 0.44% | - |
| HSV(B) | 351º | 0.3% | 0.52% | - |
| XYZ | 15.55 | 13.44 | 13.33 | - |
| YUV | 104.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 98 | 0 | 0.30 | 0.26 | 0.48 | 351 | 0.18 | 0.44 |
| Hex | 84 | 5C | 62 | 0 | 1E | 1A | 30 | 15F | 12 | 2C |
| Octal | 204 | 134 | 142 | 0 | 36 | 32 | 60 | 537 | 22 | 54 |
| Binary | 10000100 | 1011100 | 1100010 | 0 | 11110 | 11010 | 110000 | 101011111 | 10010 | 101100 |
Color Harmonies of #845C62
Complementary color
Monochromatic Colors of #845C62
Black with #845C62
Text Example
Text Example
White with #845C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C62; }
p { color: rgb(132,92,98); }
H1.HeaderClassName
{
color: #845C62;
}
.AnyTagClassName
{
color: #845C62;
}
</style>
background-color css
<style>
a { background-color: #845C62; }
a { background-color: rgb(132,92,98); }
div.DivClassName
{
background-color: #845C62;
}
.BgClassName
{
background-color: #845C62;
}
</style>
border-color css
<style>
span { border-color: #845C62; }
span { border-color: rgb(132,92,98); }
td.TdClassName
{
border-color: #845C62;
}
.TagClassName
{
border-color: #845C62;
}
</style>