Shades of Cannon Pink #845969
Tints of Cannon Pink #845969
RGB
CMYK
RGB Variations
Color information
#845969 (or 0x845969) is known color: Cannon Pink. HEX triplet: 84, 59 and 69. RGB value is (132,89,105). Sum of RGB (Red+Green+Blue) = 132+89+105=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #845969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845969 is #7BA696. Grayscale: #676767. Windows color (decimal): -8103575 or 6904196. OLE color: 6904196.
HSL color Cylindrical-coordinate representation of color #845969: hue angle of 337.67º 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 #845969 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 105 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.48 |
| HSL | 337.67º | 0.19% | 0.43% | - |
| HSV(B) | 337.67º | 0.33% | 0.52% | - |
| XYZ | 15.64 | 13.07 | 15.06 | - |
| YUV | 103.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 105 | 0 | 0.33 | 0.20 | 0.48 | 337.67 | 0.19 | 0.43 |
| Hex | 84 | 59 | 69 | 0 | 21 | 14 | 30 | 152 | 13 | 2B |
| Octal | 204 | 131 | 151 | 0 | 41 | 24 | 60 | 522 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1101001 | 0 | 100001 | 10100 | 110000 | 101010010 | 10011 | 101011 |
Color Harmonies of #845969
Complementary color
Monochromatic Colors of #845969
Black with #845969
Text Example
Text Example
White with #845969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845969; }
p { color: rgb(132,89,105); }
H1.HeaderClassName
{
color: #845969;
}
.AnyTagClassName
{
color: #845969;
}
</style>
background-color css
<style>
a { background-color: #845969; }
a { background-color: rgb(132,89,105); }
div.DivClassName
{
background-color: #845969;
}
.BgClassName
{
background-color: #845969;
}
</style>
border-color css
<style>
span { border-color: #845969; }
span { border-color: rgb(132,89,105); }
td.TdClassName
{
border-color: #845969;
}
.TagClassName
{
border-color: #845969;
}
</style>