Shades of Cannon Pink #874D59
Tints of Cannon Pink #874D59
RGB
CMYK
RGB Variations
Color information
#874D59 (or 0x874D59) is known color: Cannon Pink. HEX triplet: 87, 4D and 59. RGB value is (135,77,89). Sum of RGB (Red+Green+Blue) = 135+77+89=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #874D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D59 is #78B2A6. Grayscale: #5F5F5F. Windows color (decimal): -7910055 or 5852551. OLE color: 5852551.
HSL color Cylindrical-coordinate representation of color #874D59: 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 #874D59 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 89 | - |
| 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.45 | 11.18 | 10.85 | - |
| YUV | 95.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 89 | 0 | 0.43 | 0.34 | 0.47 | 347.59 | 0.27 | 0.42 |
| Hex | 87 | 4D | 59 | 0 | 2B | 22 | 2F | 15C | 1B | 2A |
| Octal | 207 | 115 | 131 | 0 | 53 | 42 | 57 | 534 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1011001 | 0 | 101011 | 100010 | 101111 | 101011100 | 11011 | 101010 |
Color Harmonies of #874D59
Complementary color
Monochromatic Colors of #874D59
Black with #874D59
Text Example
Text Example
White with #874D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D59; }
p { color: rgb(135,77,89); }
H1.HeaderClassName
{
color: #874D59;
}
.AnyTagClassName
{
color: #874D59;
}
</style>
background-color css
<style>
a { background-color: #874D59; }
a { background-color: rgb(135,77,89); }
div.DivClassName
{
background-color: #874D59;
}
.BgClassName
{
background-color: #874D59;
}
</style>
border-color css
<style>
span { border-color: #874D59; }
span { border-color: rgb(135,77,89); }
td.TdClassName
{
border-color: #874D59;
}
.TagClassName
{
border-color: #874D59;
}
</style>