Shades of Cannon Pink #875463
Tints of Cannon Pink #875463
RGB
CMYK
RGB Variations
Color information
#875463 (or 0x875463) is known color: Cannon Pink. HEX triplet: 87, 54 and 63. RGB value is (135,84,99). Sum of RGB (Red+Green+Blue) = 135+84+99=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875463 is #78AB9C. Grayscale: #646464. Windows color (decimal): -7908253 or 6509703. OLE color: 6509703.
HSL color Cylindrical-coordinate representation of color #875463: hue angle of 342.35º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875463 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 99 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.47 |
| HSL | 342.35º | 0.23% | 0.43% | - |
| HSV(B) | 342.35º | 0.38% | 0.53% | - |
| XYZ | 15.41 | 12.39 | 13.38 | - |
| YUV | 100.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 99 | 0 | 0.38 | 0.27 | 0.47 | 342.35 | 0.23 | 0.43 |
| Hex | 87 | 54 | 63 | 0 | 26 | 1B | 2F | 156 | 17 | 2B |
| Octal | 207 | 124 | 143 | 0 | 46 | 33 | 57 | 526 | 27 | 53 |
| Binary | 10000111 | 1010100 | 1100011 | 0 | 100110 | 11011 | 101111 | 101010110 | 10111 | 101011 |
Color Harmonies of #875463
Complementary color
Monochromatic Colors of #875463
Black with #875463
Text Example
Text Example
White with #875463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875463; }
p { color: rgb(135,84,99); }
H1.HeaderClassName
{
color: #875463;
}
.AnyTagClassName
{
color: #875463;
}
</style>
background-color css
<style>
a { background-color: #875463; }
a { background-color: rgb(135,84,99); }
div.DivClassName
{
background-color: #875463;
}
.BgClassName
{
background-color: #875463;
}
</style>
border-color css
<style>
span { border-color: #875463; }
span { border-color: rgb(135,84,99); }
td.TdClassName
{
border-color: #875463;
}
.TagClassName
{
border-color: #875463;
}
</style>