Shades of Cannon Pink #875465
Tints of Cannon Pink #875465
RGB
CMYK
RGB Variations
Color information
#875465 (or 0x875465) is known color: Cannon Pink. HEX triplet: 87, 54 and 65. RGB value is (135,84,101). Sum of RGB (Red+Green+Blue) = 135+84+101=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #875465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875465 is #78AB9A. Grayscale: #656565. Windows color (decimal): -7908251 or 6640775. OLE color: 6640775.
HSL color Cylindrical-coordinate representation of color #875465: hue angle of 340º 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 #875465 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 101 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.47 |
| HSL | 340º | 0.23% | 0.43% | - |
| HSV(B) | 340º | 0.38% | 0.53% | - |
| XYZ | 15.51 | 12.43 | 13.89 | - |
| YUV | 101.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 101 | 0 | 0.38 | 0.25 | 0.47 | 340 | 0.23 | 0.43 |
| Hex | 87 | 54 | 65 | 0 | 26 | 19 | 2F | 154 | 17 | 2B |
| Octal | 207 | 124 | 145 | 0 | 46 | 31 | 57 | 524 | 27 | 53 |
| Binary | 10000111 | 1010100 | 1100101 | 0 | 100110 | 11001 | 101111 | 101010100 | 10111 | 101011 |
Color Harmonies of #875465
Complementary color
Monochromatic Colors of #875465
Black with #875465
Text Example
Text Example
White with #875465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875465; }
p { color: rgb(135,84,101); }
H1.HeaderClassName
{
color: #875465;
}
.AnyTagClassName
{
color: #875465;
}
</style>
background-color css
<style>
a { background-color: #875465; }
a { background-color: rgb(135,84,101); }
div.DivClassName
{
background-color: #875465;
}
.BgClassName
{
background-color: #875465;
}
</style>
border-color css
<style>
span { border-color: #875465; }
span { border-color: rgb(135,84,101); }
td.TdClassName
{
border-color: #875465;
}
.TagClassName
{
border-color: #875465;
}
</style>