Shades of Cannon Pink #845967
Tints of Cannon Pink #845967
RGB
CMYK
RGB Variations
Color information
#845967 (or 0x845967) is known color: Cannon Pink. HEX triplet: 84, 59 and 67. RGB value is (132,89,103). Sum of RGB (Red+Green+Blue) = 132+89+103=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #845967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845967 is #7BA698. Grayscale: #676767. Windows color (decimal): -8103577 or 6773124. OLE color: 6773124.
HSL color Cylindrical-coordinate representation of color #845967: hue angle of 340.47º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845967 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 103 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.48 |
| HSL | 340.47º | 0.19% | 0.43% | - |
| HSV(B) | 340.47º | 0.33% | 0.52% | - |
| XYZ | 15.54 | 13.03 | 14.53 | - |
| YUV | 103.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 103 | 0 | 0.33 | 0.22 | 0.48 | 340.47 | 0.19 | 0.43 |
| Hex | 84 | 59 | 67 | 0 | 21 | 16 | 30 | 154 | 13 | 2B |
| Octal | 204 | 131 | 147 | 0 | 41 | 26 | 60 | 524 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1100111 | 0 | 100001 | 10110 | 110000 | 101010100 | 10011 | 101011 |
Color Harmonies of #845967
Complementary color
Monochromatic Colors of #845967
Black with #845967
Text Example
Text Example
White with #845967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845967; }
p { color: rgb(132,89,103); }
H1.HeaderClassName
{
color: #845967;
}
.AnyTagClassName
{
color: #845967;
}
</style>
background-color css
<style>
a { background-color: #845967; }
a { background-color: rgb(132,89,103); }
div.DivClassName
{
background-color: #845967;
}
.BgClassName
{
background-color: #845967;
}
</style>
border-color css
<style>
span { border-color: #845967; }
span { border-color: rgb(132,89,103); }
td.TdClassName
{
border-color: #845967;
}
.TagClassName
{
border-color: #845967;
}
</style>