Shades of Cannon Pink #874859
Tints of Cannon Pink #874859
RGB
CMYK
RGB Variations
Color information
#874859 (or 0x874859) is known color: Cannon Pink. HEX triplet: 87, 48 and 59. RGB value is (135,72,89). Sum of RGB (Red+Green+Blue) = 135+72+89=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #874859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874859 is #78B7A6. Grayscale: #5C5C5C. Windows color (decimal): -7911335 or 5851271. OLE color: 5851271.
HSL color Cylindrical-coordinate representation of color #874859: hue angle of 343.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874859 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 89 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.47 |
| HSL | 343.81º | 0.3% | 0.41% | - |
| HSV(B) | 343.81º | 0.47% | 0.53% | - |
| XYZ | 14.11 | 10.51 | 10.74 | - |
| YUV | 92.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 89 | 0 | 0.47 | 0.34 | 0.47 | 343.81 | 0.3 | 0.41 |
| Hex | 87 | 48 | 59 | 0 | 2F | 22 | 2F | 158 | 1E | 29 |
| Octal | 207 | 110 | 131 | 0 | 57 | 42 | 57 | 530 | 36 | 51 |
| Binary | 10000111 | 1001000 | 1011001 | 0 | 101111 | 100010 | 101111 | 101011000 | 11110 | 101001 |
Color Harmonies of #874859
Complementary color
Monochromatic Colors of #874859
Black with #874859
Text Example
Text Example
White with #874859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874859; }
p { color: rgb(135,72,89); }
H1.HeaderClassName
{
color: #874859;
}
.AnyTagClassName
{
color: #874859;
}
</style>
background-color css
<style>
a { background-color: #874859; }
a { background-color: rgb(135,72,89); }
div.DivClassName
{
background-color: #874859;
}
.BgClassName
{
background-color: #874859;
}
</style>
border-color css
<style>
span { border-color: #874859; }
span { border-color: rgb(135,72,89); }
td.TdClassName
{
border-color: #874859;
}
.TagClassName
{
border-color: #874859;
}
</style>