Shades of Cannon Pink #845A6B
Tints of Cannon Pink #845A6B
RGB
CMYK
RGB Variations
Color information
#845A6B (or 0x845A6B) is known color: Cannon Pink. HEX triplet: 84, 5A and 6B. RGB value is (132,90,107). Sum of RGB (Red+Green+Blue) = 132+90+107=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #845A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A6B is #7BA594. Grayscale: #686868. Windows color (decimal): -8103317 or 7035524. OLE color: 7035524.
HSL color Cylindrical-coordinate representation of color #845A6B: hue angle of 335.71º 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 #845A6B is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 107 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.48 |
| HSL | 335.71º | 0.19% | 0.44% | - |
| HSV(B) | 335.71º | 0.32% | 0.52% | - |
| XYZ | 15.83 | 13.28 | 15.64 | - |
| YUV | 104.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 107 | 0 | 0.32 | 0.19 | 0.48 | 335.71 | 0.19 | 0.44 |
| Hex | 84 | 5A | 6B | 0 | 20 | 13 | 30 | 150 | 13 | 2C |
| Octal | 204 | 132 | 153 | 0 | 40 | 23 | 60 | 520 | 23 | 54 |
| Binary | 10000100 | 1011010 | 1101011 | 0 | 100000 | 10011 | 110000 | 101010000 | 10011 | 101100 |
Color Harmonies of #845A6B
Complementary color
Monochromatic Colors of #845A6B
Black with #845A6B
Text Example
Text Example
White with #845A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A6B; }
p { color: rgb(132,90,107); }
H1.HeaderClassName
{
color: #845A6B;
}
.AnyTagClassName
{
color: #845A6B;
}
</style>
background-color css
<style>
a { background-color: #845A6B; }
a { background-color: rgb(132,90,107); }
div.DivClassName
{
background-color: #845A6B;
}
.BgClassName
{
background-color: #845A6B;
}
</style>
border-color css
<style>
span { border-color: #845A6B; }
span { border-color: rgb(132,90,107); }
td.TdClassName
{
border-color: #845A6B;
}
.TagClassName
{
border-color: #845A6B;
}
</style>