Shades of Cannon Pink #874D5E
Tints of Cannon Pink #874D5E
RGB
CMYK
RGB Variations
Color information
#874D5E (or 0x874D5E) is known color: Cannon Pink. HEX triplet: 87, 4D and 5E. RGB value is (135,77,94). Sum of RGB (Red+Green+Blue) = 135+77+94=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #874D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D5E is #78B2A1. Grayscale: #606060. Windows color (decimal): -7910050 or 6180231. OLE color: 6180231.
HSL color Cylindrical-coordinate representation of color #874D5E: hue angle of 342.41º 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 #874D5E is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 94 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.47 |
| HSL | 342.41º | 0.27% | 0.42% | - |
| HSV(B) | 342.41º | 0.43% | 0.53% | - |
| XYZ | 14.67 | 11.27 | 11.99 | - |
| YUV | 96.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 94 | 0 | 0.43 | 0.30 | 0.47 | 342.41 | 0.27 | 0.42 |
| Hex | 87 | 4D | 5E | 0 | 2B | 1E | 2F | 156 | 1B | 2A |
| Octal | 207 | 115 | 136 | 0 | 53 | 36 | 57 | 526 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1011110 | 0 | 101011 | 11110 | 101111 | 101010110 | 11011 | 101010 |
Color Harmonies of #874D5E
Complementary color
Monochromatic Colors of #874D5E
Black with #874D5E
Text Example
Text Example
White with #874D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D5E; }
p { color: rgb(135,77,94); }
H1.HeaderClassName
{
color: #874D5E;
}
.AnyTagClassName
{
color: #874D5E;
}
</style>
background-color css
<style>
a { background-color: #874D5E; }
a { background-color: rgb(135,77,94); }
div.DivClassName
{
background-color: #874D5E;
}
.BgClassName
{
background-color: #874D5E;
}
</style>
border-color css
<style>
span { border-color: #874D5E; }
span { border-color: rgb(135,77,94); }
td.TdClassName
{
border-color: #874D5E;
}
.TagClassName
{
border-color: #874D5E;
}
</style>