Shades of Cannon Pink #845968
Tints of Cannon Pink #845968
RGB
CMYK
RGB Variations
Color information
#845968 (or 0x845968) is known color: Cannon Pink. HEX triplet: 84, 59 and 68. RGB value is (132,89,104). Sum of RGB (Red+Green+Blue) = 132+89+104=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #845968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845968 is #7BA697. Grayscale: #676767. Windows color (decimal): -8103576 or 6838660. OLE color: 6838660.
HSL color Cylindrical-coordinate representation of color #845968: hue angle of 339.07º 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 #845968 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 104 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.48 |
| HSL | 339.07º | 0.19% | 0.43% | - |
| HSV(B) | 339.07º | 0.33% | 0.52% | - |
| XYZ | 15.59 | 13.05 | 14.79 | - |
| YUV | 103.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 104 | 0 | 0.33 | 0.21 | 0.48 | 339.07 | 0.19 | 0.43 |
| Hex | 84 | 59 | 68 | 0 | 21 | 15 | 30 | 153 | 13 | 2B |
| Octal | 204 | 131 | 150 | 0 | 41 | 25 | 60 | 523 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1101000 | 0 | 100001 | 10101 | 110000 | 101010011 | 10011 | 101011 |
Color Harmonies of #845968
Complementary color
Monochromatic Colors of #845968
Black with #845968
Text Example
Text Example
White with #845968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845968; }
p { color: rgb(132,89,104); }
H1.HeaderClassName
{
color: #845968;
}
.AnyTagClassName
{
color: #845968;
}
</style>
background-color css
<style>
a { background-color: #845968; }
a { background-color: rgb(132,89,104); }
div.DivClassName
{
background-color: #845968;
}
.BgClassName
{
background-color: #845968;
}
</style>
border-color css
<style>
span { border-color: #845968; }
span { border-color: rgb(132,89,104); }
td.TdClassName
{
border-color: #845968;
}
.TagClassName
{
border-color: #845968;
}
</style>