Shades of Cannon Pink #844F5C
Tints of Cannon Pink #844F5C
RGB
CMYK
RGB Variations
Color information
#844F5C (or 0x844F5C) is known color: Cannon Pink. HEX triplet: 84, 4F and 5C. RGB value is (132,79,92). Sum of RGB (Red+Green+Blue) = 132+79+92=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #844F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F5C is #7BB0A3. Grayscale: #606060. Windows color (decimal): -8106148 or 6049668. OLE color: 6049668.
HSL color Cylindrical-coordinate representation of color #844F5C: hue angle of 345.28º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F5C is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 92 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.48 |
| HSL | 345.28º | 0.25% | 0.41% | - |
| HSV(B) | 345.28º | 0.4% | 0.52% | - |
| XYZ | 14.24 | 11.27 | 11.55 | - |
| YUV | 96.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 92 | 0 | 0.40 | 0.30 | 0.48 | 345.28 | 0.25 | 0.41 |
| Hex | 84 | 4F | 5C | 0 | 28 | 1E | 30 | 159 | 19 | 29 |
| Octal | 204 | 117 | 134 | 0 | 50 | 36 | 60 | 531 | 31 | 51 |
| Binary | 10000100 | 1001111 | 1011100 | 0 | 101000 | 11110 | 110000 | 101011001 | 11001 | 101001 |
Color Harmonies of #844F5C
Complementary color
Monochromatic Colors of #844F5C
Black with #844F5C
Text Example
Text Example
White with #844F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F5C; }
p { color: rgb(132,79,92); }
H1.HeaderClassName
{
color: #844F5C;
}
.AnyTagClassName
{
color: #844F5C;
}
</style>
background-color css
<style>
a { background-color: #844F5C; }
a { background-color: rgb(132,79,92); }
div.DivClassName
{
background-color: #844F5C;
}
.BgClassName
{
background-color: #844F5C;
}
</style>
border-color css
<style>
span { border-color: #844F5C; }
span { border-color: rgb(132,79,92); }
td.TdClassName
{
border-color: #844F5C;
}
.TagClassName
{
border-color: #844F5C;
}
</style>