Shades of Cannon Pink #845A5F
Tints of Cannon Pink #845A5F
RGB
CMYK
RGB Variations
Color information
#845A5F (or 0x845A5F) is known color: Cannon Pink. HEX triplet: 84, 5A and 5F. RGB value is (132,90,95). Sum of RGB (Red+Green+Blue) = 132+90+95=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #845A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A5F is #7BA5A0. Grayscale: #676767. Windows color (decimal): -8103329 or 6249092. OLE color: 6249092.
HSL color Cylindrical-coordinate representation of color #845A5F: hue angle of 352.86º 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 #845A5F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 95 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.48 |
| HSL | 352.86º | 0.19% | 0.44% | - |
| HSV(B) | 352.86º | 0.32% | 0.52% | - |
| XYZ | 15.24 | 13.04 | 12.54 | - |
| YUV | 103.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 95 | 0 | 0.32 | 0.28 | 0.48 | 352.86 | 0.19 | 0.44 |
| Hex | 84 | 5A | 5F | 0 | 20 | 1C | 30 | 161 | 13 | 2C |
| Octal | 204 | 132 | 137 | 0 | 40 | 34 | 60 | 541 | 23 | 54 |
| Binary | 10000100 | 1011010 | 1011111 | 0 | 100000 | 11100 | 110000 | 101100001 | 10011 | 101100 |
Color Harmonies of #845A5F
Complementary color
Monochromatic Colors of #845A5F
Black with #845A5F
Text Example
Text Example
White with #845A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A5F; }
p { color: rgb(132,90,95); }
H1.HeaderClassName
{
color: #845A5F;
}
.AnyTagClassName
{
color: #845A5F;
}
</style>
background-color css
<style>
a { background-color: #845A5F; }
a { background-color: rgb(132,90,95); }
div.DivClassName
{
background-color: #845A5F;
}
.BgClassName
{
background-color: #845A5F;
}
</style>
border-color css
<style>
span { border-color: #845A5F; }
span { border-color: rgb(132,90,95); }
td.TdClassName
{
border-color: #845A5F;
}
.TagClassName
{
border-color: #845A5F;
}
</style>