Shades of Cannon Pink #874964
Tints of Cannon Pink #874964
RGB
CMYK
RGB Variations
Color information
#874964 (or 0x874964) is known color: Cannon Pink. HEX triplet: 87, 49 and 64. RGB value is (135,73,100). Sum of RGB (Red+Green+Blue) = 135+73+100=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874964 is #78B69B. Grayscale: #5E5E5E. Windows color (decimal): -7911068 or 6572423. OLE color: 6572423.
HSL color Cylindrical-coordinate representation of color #874964: hue angle of 333.87º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874964 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 100 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.47 |
| HSL | 333.87º | 0.3% | 0.41% | - |
| HSV(B) | 333.87º | 0.46% | 0.53% | - |
| XYZ | 14.67 | 10.84 | 13.37 | - |
| YUV | 94.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 100 | 0 | 0.46 | 0.26 | 0.47 | 333.87 | 0.3 | 0.41 |
| Hex | 87 | 49 | 64 | 0 | 2E | 1A | 2F | 14E | 1E | 29 |
| Octal | 207 | 111 | 144 | 0 | 56 | 32 | 57 | 516 | 36 | 51 |
| Binary | 10000111 | 1001001 | 1100100 | 0 | 101110 | 11010 | 101111 | 101001110 | 11110 | 101001 |
Color Harmonies of #874964
Complementary color
Monochromatic Colors of #874964
Black with #874964
Text Example
Text Example
White with #874964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874964; }
p { color: rgb(135,73,100); }
H1.HeaderClassName
{
color: #874964;
}
.AnyTagClassName
{
color: #874964;
}
</style>
background-color css
<style>
a { background-color: #874964; }
a { background-color: rgb(135,73,100); }
div.DivClassName
{
background-color: #874964;
}
.BgClassName
{
background-color: #874964;
}
</style>
border-color css
<style>
span { border-color: #874964; }
span { border-color: rgb(135,73,100); }
td.TdClassName
{
border-color: #874964;
}
.TagClassName
{
border-color: #874964;
}
</style>