Shades of Cannon Pink #875561
Tints of Cannon Pink #875561
RGB
CMYK
RGB Variations
Color information
#875561 (or 0x875561) is known color: Cannon Pink. HEX triplet: 87, 55 and 61. RGB value is (135,85,97). Sum of RGB (Red+Green+Blue) = 135+85+97=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #875561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875561 is #78AA9E. Grayscale: #656565. Windows color (decimal): -7907999 or 6378887. OLE color: 6378887.
HSL color Cylindrical-coordinate representation of color #875561: hue angle of 345.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875561 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 97 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.47 |
| HSL | 345.6º | 0.23% | 0.43% | - |
| HSV(B) | 345.6º | 0.37% | 0.53% | - |
| XYZ | 15.4 | 12.51 | 12.91 | - |
| YUV | 101.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 97 | 0 | 0.37 | 0.28 | 0.47 | 345.6 | 0.23 | 0.43 |
| Hex | 87 | 55 | 61 | 0 | 25 | 1C | 2F | 15A | 17 | 2B |
| Octal | 207 | 125 | 141 | 0 | 45 | 34 | 57 | 532 | 27 | 53 |
| Binary | 10000111 | 1010101 | 1100001 | 0 | 100101 | 11100 | 101111 | 101011010 | 10111 | 101011 |
Color Harmonies of #875561
Complementary color
Monochromatic Colors of #875561
Black with #875561
Text Example
Text Example
White with #875561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875561; }
p { color: rgb(135,85,97); }
H1.HeaderClassName
{
color: #875561;
}
.AnyTagClassName
{
color: #875561;
}
</style>
background-color css
<style>
a { background-color: #875561; }
a { background-color: rgb(135,85,97); }
div.DivClassName
{
background-color: #875561;
}
.BgClassName
{
background-color: #875561;
}
</style>
border-color css
<style>
span { border-color: #875561; }
span { border-color: rgb(135,85,97); }
td.TdClassName
{
border-color: #875561;
}
.TagClassName
{
border-color: #875561;
}
</style>