Shades of Cannon Pink #87525E
Tints of Cannon Pink #87525E
RGB
CMYK
RGB Variations
Color information
#87525E (or 0x87525E) is known color: Cannon Pink. HEX triplet: 87, 52 and 5E. RGB value is (135,82,94). Sum of RGB (Red+Green+Blue) = 135+82+94=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87525E is #78ADA1. Grayscale: #636363. Windows color (decimal): -7908770 or 6181511. OLE color: 6181511.
HSL color Cylindrical-coordinate representation of color #87525E: hue angle of 346.42º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87525E is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 94 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.47 |
| HSL | 346.42º | 0.24% | 0.43% | - |
| HSV(B) | 346.42º | 0.39% | 0.53% | - |
| XYZ | 15.03 | 11.99 | 12.11 | - |
| YUV | 99.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 94 | 0 | 0.39 | 0.30 | 0.47 | 346.42 | 0.24 | 0.43 |
| Hex | 87 | 52 | 5E | 0 | 27 | 1E | 2F | 15A | 18 | 2B |
| Octal | 207 | 122 | 136 | 0 | 47 | 36 | 57 | 532 | 30 | 53 |
| Binary | 10000111 | 1010010 | 1011110 | 0 | 100111 | 11110 | 101111 | 101011010 | 11000 | 101011 |
Color Harmonies of #87525E
Complementary color
Monochromatic Colors of #87525E
Black with #87525E
Text Example
Text Example
White with #87525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87525E; }
p { color: rgb(135,82,94); }
H1.HeaderClassName
{
color: #87525E;
}
.AnyTagClassName
{
color: #87525E;
}
</style>
background-color css
<style>
a { background-color: #87525E; }
a { background-color: rgb(135,82,94); }
div.DivClassName
{
background-color: #87525E;
}
.BgClassName
{
background-color: #87525E;
}
</style>
border-color css
<style>
span { border-color: #87525E; }
span { border-color: rgb(135,82,94); }
td.TdClassName
{
border-color: #87525E;
}
.TagClassName
{
border-color: #87525E;
}
</style>