Shades of Cannon Pink #845A67
Tints of Cannon Pink #845A67
RGB
CMYK
RGB Variations
Color information
#845A67 (or 0x845A67) is known color: Cannon Pink. HEX triplet: 84, 5A and 67. RGB value is (132,90,103). Sum of RGB (Red+Green+Blue) = 132+90+103=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #845A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A67 is #7BA598. Grayscale: #686868. Windows color (decimal): -8103321 or 6773380. OLE color: 6773380.
HSL color Cylindrical-coordinate representation of color #845A67: hue angle of 341.43º 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 #845A67 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 103 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.48 |
| HSL | 341.43º | 0.19% | 0.44% | - |
| HSV(B) | 341.43º | 0.32% | 0.52% | - |
| XYZ | 15.62 | 13.2 | 14.56 | - |
| YUV | 104.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 103 | 0 | 0.32 | 0.22 | 0.48 | 341.43 | 0.19 | 0.44 |
| Hex | 84 | 5A | 67 | 0 | 20 | 16 | 30 | 155 | 13 | 2C |
| Octal | 204 | 132 | 147 | 0 | 40 | 26 | 60 | 525 | 23 | 54 |
| Binary | 10000100 | 1011010 | 1100111 | 0 | 100000 | 10110 | 110000 | 101010101 | 10011 | 101100 |
Color Harmonies of #845A67
Complementary color
Monochromatic Colors of #845A67
Black with #845A67
Text Example
Text Example
White with #845A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A67; }
p { color: rgb(132,90,103); }
H1.HeaderClassName
{
color: #845A67;
}
.AnyTagClassName
{
color: #845A67;
}
</style>
background-color css
<style>
a { background-color: #845A67; }
a { background-color: rgb(132,90,103); }
div.DivClassName
{
background-color: #845A67;
}
.BgClassName
{
background-color: #845A67;
}
</style>
border-color css
<style>
span { border-color: #845A67; }
span { border-color: rgb(132,90,103); }
td.TdClassName
{
border-color: #845A67;
}
.TagClassName
{
border-color: #845A67;
}
</style>