Shades of Cannon Pink #845868
Tints of Cannon Pink #845868
RGB
CMYK
RGB Variations
Color information
#845868 (or 0x845868) is known color: Cannon Pink. HEX triplet: 84, 58 and 68. RGB value is (132,88,104). Sum of RGB (Red+Green+Blue) = 132+88+104=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #845868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845868 is #7BA797. Grayscale: #666666. Windows color (decimal): -8103832 or 6838404. OLE color: 6838404.
HSL color Cylindrical-coordinate representation of color #845868: hue angle of 338.18º degrees, saturation: 0.2, 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 #845868 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 104 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.48 |
| HSL | 338.18º | 0.2% | 0.43% | - |
| HSV(B) | 338.18º | 0.33% | 0.52% | - |
| XYZ | 15.5 | 12.88 | 14.77 | - |
| YUV | 102.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 104 | 0 | 0.33 | 0.21 | 0.48 | 338.18 | 0.2 | 0.43 |
| Hex | 84 | 58 | 68 | 0 | 21 | 15 | 30 | 152 | 14 | 2B |
| Octal | 204 | 130 | 150 | 0 | 41 | 25 | 60 | 522 | 24 | 53 |
| Binary | 10000100 | 1011000 | 1101000 | 0 | 100001 | 10101 | 110000 | 101010010 | 10100 | 101011 |
Color Harmonies of #845868
Complementary color
Monochromatic Colors of #845868
Black with #845868
Text Example
Text Example
White with #845868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845868; }
p { color: rgb(132,88,104); }
H1.HeaderClassName
{
color: #845868;
}
.AnyTagClassName
{
color: #845868;
}
</style>
background-color css
<style>
a { background-color: #845868; }
a { background-color: rgb(132,88,104); }
div.DivClassName
{
background-color: #845868;
}
.BgClassName
{
background-color: #845868;
}
</style>
border-color css
<style>
span { border-color: #845868; }
span { border-color: rgb(132,88,104); }
td.TdClassName
{
border-color: #845868;
}
.TagClassName
{
border-color: #845868;
}
</style>