Shades of Cannon Pink #87575C
Tints of Cannon Pink #87575C
RGB
CMYK
RGB Variations
Color information
#87575C (or 0x87575C) is known color: Cannon Pink. HEX triplet: 87, 57 and 5C. RGB value is (135,87,92). Sum of RGB (Red+Green+Blue) = 135+87+92=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87575C is #78A8A3. Grayscale: #656565. Windows color (decimal): -7907492 or 6051719. OLE color: 6051719.
HSL color Cylindrical-coordinate representation of color #87575C: hue angle of 353.75º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87575C is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 87 | 92 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.47 |
| HSL | 353.75º | 0.22% | 0.44% | - |
| HSV(B) | 353.75º | 0.36% | 0.53% | - |
| XYZ | 15.33 | 12.74 | 11.78 | - |
| YUV | 101.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 87 | 92 | 0 | 0.36 | 0.32 | 0.47 | 353.75 | 0.22 | 0.44 |
| Hex | 87 | 57 | 5C | 0 | 24 | 20 | 2F | 162 | 16 | 2C |
| Octal | 207 | 127 | 134 | 0 | 44 | 40 | 57 | 542 | 26 | 54 |
| Binary | 10000111 | 1010111 | 1011100 | 0 | 100100 | 100000 | 101111 | 101100010 | 10110 | 101100 |
Color Harmonies of #87575C
Complementary color
Monochromatic Colors of #87575C
Black with #87575C
Text Example
Text Example
White with #87575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87575C; }
p { color: rgb(135,87,92); }
H1.HeaderClassName
{
color: #87575C;
}
.AnyTagClassName
{
color: #87575C;
}
</style>
background-color css
<style>
a { background-color: #87575C; }
a { background-color: rgb(135,87,92); }
div.DivClassName
{
background-color: #87575C;
}
.BgClassName
{
background-color: #87575C;
}
</style>
border-color css
<style>
span { border-color: #87575C; }
span { border-color: rgb(135,87,92); }
td.TdClassName
{
border-color: #87575C;
}
.TagClassName
{
border-color: #87575C;
}
</style>