Shades of Cannon Pink #874E5D
Tints of Cannon Pink #874E5D
RGB
CMYK
RGB Variations
Color information
#874E5D (or 0x874E5D) is known color: Cannon Pink. HEX triplet: 87, 4E and 5D. RGB value is (135,78,93). Sum of RGB (Red+Green+Blue) = 135+78+93=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #874E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E5D is #78B1A2. Grayscale: #606060. Windows color (decimal): -7909795 or 6114951. OLE color: 6114951.
HSL color Cylindrical-coordinate representation of color #874E5D: hue angle of 344.21º 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 #874E5D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 93 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.47 |
| HSL | 344.21º | 0.27% | 0.42% | - |
| HSV(B) | 344.21º | 0.42% | 0.53% | - |
| XYZ | 14.69 | 11.39 | 11.78 | - |
| YUV | 96.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 93 | 0 | 0.42 | 0.31 | 0.47 | 344.21 | 0.27 | 0.42 |
| Hex | 87 | 4E | 5D | 0 | 2A | 1F | 2F | 158 | 1B | 2A |
| Octal | 207 | 116 | 135 | 0 | 52 | 37 | 57 | 530 | 33 | 52 |
| Binary | 10000111 | 1001110 | 1011101 | 0 | 101010 | 11111 | 101111 | 101011000 | 11011 | 101010 |
Color Harmonies of #874E5D
Complementary color
Monochromatic Colors of #874E5D
Black with #874E5D
Text Example
Text Example
White with #874E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E5D; }
p { color: rgb(135,78,93); }
H1.HeaderClassName
{
color: #874E5D;
}
.AnyTagClassName
{
color: #874E5D;
}
</style>
background-color css
<style>
a { background-color: #874E5D; }
a { background-color: rgb(135,78,93); }
div.DivClassName
{
background-color: #874E5D;
}
.BgClassName
{
background-color: #874E5D;
}
</style>
border-color css
<style>
span { border-color: #874E5D; }
span { border-color: rgb(135,78,93); }
td.TdClassName
{
border-color: #874E5D;
}
.TagClassName
{
border-color: #874E5D;
}
</style>