Shades of Cannon Pink #845B62
Tints of Cannon Pink #845B62
RGB
CMYK
RGB Variations
Color information
#845B62 (or 0x845B62) is known color: Cannon Pink. HEX triplet: 84, 5B and 62. RGB value is (132,91,98). Sum of RGB (Red+Green+Blue) = 132+91+98=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #845B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B62 is #7BA49D. Grayscale: #686868. Windows color (decimal): -8103070 or 6445956. OLE color: 6445956.
HSL color Cylindrical-coordinate representation of color #845B62: hue angle of 349.76º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #845B62 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 91 | 98 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.48 |
| HSL | 349.76º | 0.18% | 0.44% | - |
| HSV(B) | 349.76º | 0.31% | 0.52% | - |
| XYZ | 15.46 | 13.27 | 13.3 | - |
| YUV | 104.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 98 | 0 | 0.31 | 0.26 | 0.48 | 349.76 | 0.18 | 0.44 |
| Hex | 84 | 5B | 62 | 0 | 1F | 1A | 30 | 15E | 12 | 2C |
| Octal | 204 | 133 | 142 | 0 | 37 | 32 | 60 | 536 | 22 | 54 |
| Binary | 10000100 | 1011011 | 1100010 | 0 | 11111 | 11010 | 110000 | 101011110 | 10010 | 101100 |
Color Harmonies of #845B62
Complementary color
Monochromatic Colors of #845B62
Black with #845B62
Text Example
Text Example
White with #845B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845B62; }
p { color: rgb(132,91,98); }
H1.HeaderClassName
{
color: #845B62;
}
.AnyTagClassName
{
color: #845B62;
}
</style>
background-color css
<style>
a { background-color: #845B62; }
a { background-color: rgb(132,91,98); }
div.DivClassName
{
background-color: #845B62;
}
.BgClassName
{
background-color: #845B62;
}
</style>
border-color css
<style>
span { border-color: #845B62; }
span { border-color: rgb(132,91,98); }
td.TdClassName
{
border-color: #845B62;
}
.TagClassName
{
border-color: #845B62;
}
</style>