Shades of Cannon Pink #87525C
Tints of Cannon Pink #87525C
RGB
CMYK
RGB Variations
Color information
#87525C (or 0x87525C) is known color: Cannon Pink. HEX triplet: 87, 52 and 5C. RGB value is (135,82,92). Sum of RGB (Red+Green+Blue) = 135+82+92=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87525C is #78ADA3. Grayscale: #636363. Windows color (decimal): -7908772 or 6050439. OLE color: 6050439.
HSL color Cylindrical-coordinate representation of color #87525C: hue angle of 348.68º 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 #87525C is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 92 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.47 |
| HSL | 348.68º | 0.24% | 0.43% | - |
| HSV(B) | 348.68º | 0.39% | 0.53% | - |
| XYZ | 14.94 | 11.96 | 11.65 | - |
| YUV | 98.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 92 | 0 | 0.39 | 0.32 | 0.47 | 348.68 | 0.24 | 0.43 |
| Hex | 87 | 52 | 5C | 0 | 27 | 20 | 2F | 15D | 18 | 2B |
| Octal | 207 | 122 | 134 | 0 | 47 | 40 | 57 | 535 | 30 | 53 |
| Binary | 10000111 | 1010010 | 1011100 | 0 | 100111 | 100000 | 101111 | 101011101 | 11000 | 101011 |
Color Harmonies of #87525C
Complementary color
Monochromatic Colors of #87525C
Black with #87525C
Text Example
Text Example
White with #87525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87525C; }
p { color: rgb(135,82,92); }
H1.HeaderClassName
{
color: #87525C;
}
.AnyTagClassName
{
color: #87525C;
}
</style>
background-color css
<style>
a { background-color: #87525C; }
a { background-color: rgb(135,82,92); }
div.DivClassName
{
background-color: #87525C;
}
.BgClassName
{
background-color: #87525C;
}
</style>
border-color css
<style>
span { border-color: #87525C; }
span { border-color: rgb(135,82,92); }
td.TdClassName
{
border-color: #87525C;
}
.TagClassName
{
border-color: #87525C;
}
</style>