Shades of Cannon Pink #874858
Tints of Cannon Pink #874858
RGB
CMYK
RGB Variations
Color information
#874858 (or 0x874858) is known color: Cannon Pink. HEX triplet: 87, 48 and 58. RGB value is (135,72,88). Sum of RGB (Red+Green+Blue) = 135+72+88=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #874858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874858 is #78B7A7. Grayscale: #5C5C5C. Windows color (decimal): -7911336 or 5785735. OLE color: 5785735.
HSL color Cylindrical-coordinate representation of color #874858: hue angle of 344.76º 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 #874858 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 88 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.47 |
| HSL | 344.76º | 0.3% | 0.41% | - |
| HSV(B) | 344.76º | 0.47% | 0.53% | - |
| XYZ | 14.07 | 10.49 | 10.52 | - |
| YUV | 92.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 88 | 0 | 0.47 | 0.35 | 0.47 | 344.76 | 0.3 | 0.41 |
| Hex | 87 | 48 | 58 | 0 | 2F | 23 | 2F | 159 | 1E | 29 |
| Octal | 207 | 110 | 130 | 0 | 57 | 43 | 57 | 531 | 36 | 51 |
| Binary | 10000111 | 1001000 | 1011000 | 0 | 101111 | 100011 | 101111 | 101011001 | 11110 | 101001 |
Color Harmonies of #874858
Complementary color
Monochromatic Colors of #874858
Black with #874858
Text Example
Text Example
White with #874858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874858; }
p { color: rgb(135,72,88); }
H1.HeaderClassName
{
color: #874858;
}
.AnyTagClassName
{
color: #874858;
}
</style>
background-color css
<style>
a { background-color: #874858; }
a { background-color: rgb(135,72,88); }
div.DivClassName
{
background-color: #874858;
}
.BgClassName
{
background-color: #874858;
}
</style>
border-color css
<style>
span { border-color: #874858; }
span { border-color: rgb(135,72,88); }
td.TdClassName
{
border-color: #874858;
}
.TagClassName
{
border-color: #874858;
}
</style>