Shades of Cannon Pink #874E61
Tints of Cannon Pink #874E61
RGB
CMYK
RGB Variations
Color information
#874E61 (or 0x874E61) is known color: Cannon Pink. HEX triplet: 87, 4E and 61. RGB value is (135,78,97). Sum of RGB (Red+Green+Blue) = 135+78+97=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #874E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E61 is #78B19E. Grayscale: #616161. Windows color (decimal): -7909791 or 6377095. OLE color: 6377095.
HSL color Cylindrical-coordinate representation of color #874E61: hue angle of 340º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E61 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 97 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.47 |
| HSL | 340º | 0.27% | 0.42% | - |
| HSV(B) | 340º | 0.42% | 0.53% | - |
| XYZ | 14.87 | 11.46 | 12.74 | - |
| YUV | 97.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 97 | 0 | 0.42 | 0.28 | 0.47 | 340 | 0.27 | 0.42 |
| Hex | 87 | 4E | 61 | 0 | 2A | 1C | 2F | 154 | 1B | 2A |
| Octal | 207 | 116 | 141 | 0 | 52 | 34 | 57 | 524 | 33 | 52 |
| Binary | 10000111 | 1001110 | 1100001 | 0 | 101010 | 11100 | 101111 | 101010100 | 11011 | 101010 |
Color Harmonies of #874E61
Complementary color
Monochromatic Colors of #874E61
Black with #874E61
Text Example
Text Example
White with #874E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E61; }
p { color: rgb(135,78,97); }
H1.HeaderClassName
{
color: #874E61;
}
.AnyTagClassName
{
color: #874E61;
}
</style>
background-color css
<style>
a { background-color: #874E61; }
a { background-color: rgb(135,78,97); }
div.DivClassName
{
background-color: #874E61;
}
.BgClassName
{
background-color: #874E61;
}
</style>
border-color css
<style>
span { border-color: #874E61; }
span { border-color: rgb(135,78,97); }
td.TdClassName
{
border-color: #874E61;
}
.TagClassName
{
border-color: #874E61;
}
</style>