Shades of Cannon Pink #875262
Tints of Cannon Pink #875262
RGB
CMYK
RGB Variations
Color information
#875262 (or 0x875262) is known color: Cannon Pink. HEX triplet: 87, 52 and 62. RGB value is (135,82,98). Sum of RGB (Red+Green+Blue) = 135+82+98=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #875262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875262 is #78AD9D. Grayscale: #636363. Windows color (decimal): -7908766 or 6443655. OLE color: 6443655.
HSL color Cylindrical-coordinate representation of color #875262: hue angle of 341.89º 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 #875262 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 98 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.47 |
| HSL | 341.89º | 0.24% | 0.43% | - |
| HSV(B) | 341.89º | 0.39% | 0.53% | - |
| XYZ | 15.21 | 12.07 | 13.08 | - |
| YUV | 99.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 98 | 0 | 0.39 | 0.27 | 0.47 | 341.89 | 0.24 | 0.43 |
| Hex | 87 | 52 | 62 | 0 | 27 | 1B | 2F | 156 | 18 | 2B |
| Octal | 207 | 122 | 142 | 0 | 47 | 33 | 57 | 526 | 30 | 53 |
| Binary | 10000111 | 1010010 | 1100010 | 0 | 100111 | 11011 | 101111 | 101010110 | 11000 | 101011 |
Color Harmonies of #875262
Complementary color
Monochromatic Colors of #875262
Black with #875262
Text Example
Text Example
White with #875262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875262; }
p { color: rgb(135,82,98); }
H1.HeaderClassName
{
color: #875262;
}
.AnyTagClassName
{
color: #875262;
}
</style>
background-color css
<style>
a { background-color: #875262; }
a { background-color: rgb(135,82,98); }
div.DivClassName
{
background-color: #875262;
}
.BgClassName
{
background-color: #875262;
}
</style>
border-color css
<style>
span { border-color: #875262; }
span { border-color: rgb(135,82,98); }
td.TdClassName
{
border-color: #875262;
}
.TagClassName
{
border-color: #875262;
}
</style>