Shades of Cannon Pink #845A66
Tints of Cannon Pink #845A66
RGB
CMYK
RGB Variations
Color information
#845A66 (or 0x845A66) is known color: Cannon Pink. HEX triplet: 84, 5A and 66. RGB value is (132,90,102). Sum of RGB (Red+Green+Blue) = 132+90+102=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #845A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A66 is #7BA599. Grayscale: #676767. Windows color (decimal): -8103322 or 6707844. OLE color: 6707844.
HSL color Cylindrical-coordinate representation of color #845A66: hue angle of 342.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 #845A66 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 102 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.48 |
| HSL | 342.86º | 0.19% | 0.44% | - |
| HSV(B) | 342.86º | 0.32% | 0.52% | - |
| XYZ | 15.57 | 13.18 | 14.29 | - |
| YUV | 103.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 102 | 0 | 0.32 | 0.23 | 0.48 | 342.86 | 0.19 | 0.44 |
| Hex | 84 | 5A | 66 | 0 | 20 | 17 | 30 | 157 | 13 | 2C |
| Octal | 204 | 132 | 146 | 0 | 40 | 27 | 60 | 527 | 23 | 54 |
| Binary | 10000100 | 1011010 | 1100110 | 0 | 100000 | 10111 | 110000 | 101010111 | 10011 | 101100 |
Color Harmonies of #845A66
Complementary color
Monochromatic Colors of #845A66
Black with #845A66
Text Example
Text Example
White with #845A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A66; }
p { color: rgb(132,90,102); }
H1.HeaderClassName
{
color: #845A66;
}
.AnyTagClassName
{
color: #845A66;
}
</style>
background-color css
<style>
a { background-color: #845A66; }
a { background-color: rgb(132,90,102); }
div.DivClassName
{
background-color: #845A66;
}
.BgClassName
{
background-color: #845A66;
}
</style>
border-color css
<style>
span { border-color: #845A66; }
span { border-color: rgb(132,90,102); }
td.TdClassName
{
border-color: #845A66;
}
.TagClassName
{
border-color: #845A66;
}
</style>