Shades of Cannon Pink #884E5A
Tints of Cannon Pink #884E5A
RGB
CMYK
RGB Variations
Color information
#884E5A (or 0x884E5A) is known color: Cannon Pink. HEX triplet: 88, 4E and 5A. RGB value is (136,78,90). Sum of RGB (Red+Green+Blue) = 136+78+90=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #884E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884E5A is #77B1A5. Grayscale: #606060. Windows color (decimal): -7844262 or 5918344. OLE color: 5918344.
HSL color Cylindrical-coordinate representation of color #884E5A: hue angle of 347.59º degrees, saturation: 0.27, 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 #884E5A is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 78 | 90 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.47 |
| HSL | 347.59º | 0.27% | 0.42% | - |
| HSV(B) | 347.59º | 0.43% | 0.53% | - |
| XYZ | 14.72 | 11.42 | 11.1 | - |
| YUV | 96.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 90 | 0 | 0.43 | 0.34 | 0.47 | 347.59 | 0.27 | 0.42 |
| Hex | 88 | 4E | 5A | 0 | 2B | 22 | 2F | 15C | 1B | 2A |
| Octal | 210 | 116 | 132 | 0 | 53 | 42 | 57 | 534 | 33 | 52 |
| Binary | 10001000 | 1001110 | 1011010 | 0 | 101011 | 100010 | 101111 | 101011100 | 11011 | 101010 |
Color Harmonies of #884E5A
Complementary color
Monochromatic Colors of #884E5A
Black with #884E5A
Text Example
Text Example
White with #884E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884E5A; }
p { color: rgb(136,78,90); }
H1.HeaderClassName
{
color: #884E5A;
}
.AnyTagClassName
{
color: #884E5A;
}
</style>
background-color css
<style>
a { background-color: #884E5A; }
a { background-color: rgb(136,78,90); }
div.DivClassName
{
background-color: #884E5A;
}
.BgClassName
{
background-color: #884E5A;
}
</style>
border-color css
<style>
span { border-color: #884E5A; }
span { border-color: rgb(136,78,90); }
td.TdClassName
{
border-color: #884E5A;
}
.TagClassName
{
border-color: #884E5A;
}
</style>