Shades of Cannon Pink #884D5C
Tints of Cannon Pink #884D5C
RGB
CMYK
RGB Variations
Color information
#884D5C (or 0x884D5C) is known color: Cannon Pink. HEX triplet: 88, 4D and 5C. RGB value is (136,77,92). Sum of RGB (Red+Green+Blue) = 136+77+92=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #884D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D5C is #77B2A3. Grayscale: #606060. Windows color (decimal): -7844516 or 6049160. OLE color: 6049160.
HSL color Cylindrical-coordinate representation of color #884D5C: hue angle of 344.75º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #884D5C is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 92 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.47 |
| HSL | 344.75º | 0.28% | 0.42% | - |
| HSV(B) | 344.75º | 0.43% | 0.53% | - |
| XYZ | 14.74 | 11.31 | 11.53 | - |
| YUV | 96.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 92 | 0 | 0.43 | 0.32 | 0.47 | 344.75 | 0.28 | 0.42 |
| Hex | 88 | 4D | 5C | 0 | 2B | 20 | 2F | 159 | 1C | 2A |
| Octal | 210 | 115 | 134 | 0 | 53 | 40 | 57 | 531 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1011100 | 0 | 101011 | 100000 | 101111 | 101011001 | 11100 | 101010 |
Color Harmonies of #884D5C
Complementary color
Monochromatic Colors of #884D5C
Black with #884D5C
Text Example
Text Example
White with #884D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D5C; }
p { color: rgb(136,77,92); }
H1.HeaderClassName
{
color: #884D5C;
}
.AnyTagClassName
{
color: #884D5C;
}
</style>
background-color css
<style>
a { background-color: #884D5C; }
a { background-color: rgb(136,77,92); }
div.DivClassName
{
background-color: #884D5C;
}
.BgClassName
{
background-color: #884D5C;
}
</style>
border-color css
<style>
span { border-color: #884D5C; }
span { border-color: rgb(136,77,92); }
td.TdClassName
{
border-color: #884D5C;
}
.TagClassName
{
border-color: #884D5C;
}
</style>