Shades of Cannon Pink #875B60
Tints of Cannon Pink #875B60
RGB
CMYK
RGB Variations
Color information
#875B60 (or 0x875B60) is known color: Cannon Pink. HEX triplet: 87, 5B and 60. RGB value is (135,91,96). Sum of RGB (Red+Green+Blue) = 135+91+96=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #875B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B60 is #78A49F. Grayscale: #686868. Windows color (decimal): -7906464 or 6314887. OLE color: 6314887.
HSL color Cylindrical-coordinate representation of color #875B60: hue angle of 353.18º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B60 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 96 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.47 |
| HSL | 353.18º | 0.19% | 0.44% | - |
| HSV(B) | 353.18º | 0.33% | 0.53% | - |
| XYZ | 15.84 | 13.48 | 12.83 | - |
| YUV | 104.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 96 | 0 | 0.33 | 0.29 | 0.47 | 353.18 | 0.19 | 0.44 |
| Hex | 87 | 5B | 60 | 0 | 21 | 1D | 2F | 161 | 13 | 2C |
| Octal | 207 | 133 | 140 | 0 | 41 | 35 | 57 | 541 | 23 | 54 |
| Binary | 10000111 | 1011011 | 1100000 | 0 | 100001 | 11101 | 101111 | 101100001 | 10011 | 101100 |
Color Harmonies of #875B60
Complementary color
Monochromatic Colors of #875B60
Black with #875B60
Text Example
Text Example
White with #875B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B60; }
p { color: rgb(135,91,96); }
H1.HeaderClassName
{
color: #875B60;
}
.AnyTagClassName
{
color: #875B60;
}
</style>
background-color css
<style>
a { background-color: #875B60; }
a { background-color: rgb(135,91,96); }
div.DivClassName
{
background-color: #875B60;
}
.BgClassName
{
background-color: #875B60;
}
</style>
border-color css
<style>
span { border-color: #875B60; }
span { border-color: rgb(135,91,96); }
td.TdClassName
{
border-color: #875B60;
}
.TagClassName
{
border-color: #875B60;
}
</style>