Shades of Cannon Pink #845A62
Tints of Cannon Pink #845A62
RGB
CMYK
RGB Variations
Color information
#845A62 (or 0x845A62) is known color: Cannon Pink. HEX triplet: 84, 5A and 62. RGB value is (132,90,98). Sum of RGB (Red+Green+Blue) = 132+90+98=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #845A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A62 is #7BA59D. Grayscale: #676767. Windows color (decimal): -8103326 or 6445700. OLE color: 6445700.
HSL color Cylindrical-coordinate representation of color #845A62: hue angle of 348.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845A62 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 98 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.48 |
| HSL | 348.57º | 0.19% | 0.44% | - |
| HSV(B) | 348.57º | 0.32% | 0.52% | - |
| XYZ | 15.38 | 13.1 | 13.27 | - |
| YUV | 103.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 98 | 0 | 0.32 | 0.26 | 0.48 | 348.57 | 0.19 | 0.44 |
| Hex | 84 | 5A | 62 | 0 | 20 | 1A | 30 | 15D | 13 | 2C |
| Octal | 204 | 132 | 142 | 0 | 40 | 32 | 60 | 535 | 23 | 54 |
| Binary | 10000100 | 1011010 | 1100010 | 0 | 100000 | 11010 | 110000 | 101011101 | 10011 | 101100 |
Color Harmonies of #845A62
Complementary color
Monochromatic Colors of #845A62
Black with #845A62
Text Example
Text Example
White with #845A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A62; }
p { color: rgb(132,90,98); }
H1.HeaderClassName
{
color: #845A62;
}
.AnyTagClassName
{
color: #845A62;
}
</style>
background-color css
<style>
a { background-color: #845A62; }
a { background-color: rgb(132,90,98); }
div.DivClassName
{
background-color: #845A62;
}
.BgClassName
{
background-color: #845A62;
}
</style>
border-color css
<style>
span { border-color: #845A62; }
span { border-color: rgb(132,90,98); }
td.TdClassName
{
border-color: #845A62;
}
.TagClassName
{
border-color: #845A62;
}
</style>