Shades of Cannon Pink #875C60
Tints of Cannon Pink #875C60
RGB
CMYK
RGB Variations
Color information
#875C60 (or 0x875C60) is known color: Cannon Pink. HEX triplet: 87, 5C and 60. RGB value is (135,92,96). Sum of RGB (Red+Green+Blue) = 135+92+96=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #875C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C60 is #78A39F. Grayscale: #696969. Windows color (decimal): -7906208 or 6315143. OLE color: 6315143.
HSL color Cylindrical-coordinate representation of color #875C60: hue angle of 354.42º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #875C60 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 96 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.47 |
| HSL | 354.42º | 0.19% | 0.45% | - |
| HSV(B) | 354.42º | 0.32% | 0.53% | - |
| XYZ | 15.93 | 13.65 | 12.86 | - |
| YUV | 105.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 96 | 0 | 0.32 | 0.29 | 0.47 | 354.42 | 0.19 | 0.45 |
| Hex | 87 | 5C | 60 | 0 | 20 | 1D | 2F | 162 | 13 | 2D |
| Octal | 207 | 134 | 140 | 0 | 40 | 35 | 57 | 542 | 23 | 55 |
| Binary | 10000111 | 1011100 | 1100000 | 0 | 100000 | 11101 | 101111 | 101100010 | 10011 | 101101 |
Color Harmonies of #875C60
Complementary color
Monochromatic Colors of #875C60
Black with #875C60
Text Example
Text Example
White with #875C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C60; }
p { color: rgb(135,92,96); }
H1.HeaderClassName
{
color: #875C60;
}
.AnyTagClassName
{
color: #875C60;
}
</style>
background-color css
<style>
a { background-color: #875C60; }
a { background-color: rgb(135,92,96); }
div.DivClassName
{
background-color: #875C60;
}
.BgClassName
{
background-color: #875C60;
}
</style>
border-color css
<style>
span { border-color: #875C60; }
span { border-color: rgb(135,92,96); }
td.TdClassName
{
border-color: #875C60;
}
.TagClassName
{
border-color: #875C60;
}
</style>