Shades of Cannon Pink #875266
Tints of Cannon Pink #875266
RGB
CMYK
RGB Variations
Color information
#875266 (or 0x875266) is known color: Cannon Pink. HEX triplet: 87, 52 and 66. RGB value is (135,82,102). Sum of RGB (Red+Green+Blue) = 135+82+102=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875266 is #78AD99. Grayscale: #646464. Windows color (decimal): -7908762 or 6705799. OLE color: 6705799.
HSL color Cylindrical-coordinate representation of color #875266: hue angle of 337.36º 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 #875266 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 102 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.47 |
| HSL | 337.36º | 0.24% | 0.43% | - |
| HSV(B) | 337.36º | 0.39% | 0.53% | - |
| XYZ | 15.41 | 12.14 | 14.1 | - |
| YUV | 100.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 102 | 0 | 0.39 | 0.24 | 0.47 | 337.36 | 0.24 | 0.43 |
| Hex | 87 | 52 | 66 | 0 | 27 | 18 | 2F | 151 | 18 | 2B |
| Octal | 207 | 122 | 146 | 0 | 47 | 30 | 57 | 521 | 30 | 53 |
| Binary | 10000111 | 1010010 | 1100110 | 0 | 100111 | 11000 | 101111 | 101010001 | 11000 | 101011 |
Color Harmonies of #875266
Complementary color
Monochromatic Colors of #875266
Black with #875266
Text Example
Text Example
White with #875266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875266; }
p { color: rgb(135,82,102); }
H1.HeaderClassName
{
color: #875266;
}
.AnyTagClassName
{
color: #875266;
}
</style>
background-color css
<style>
a { background-color: #875266; }
a { background-color: rgb(135,82,102); }
div.DivClassName
{
background-color: #875266;
}
.BgClassName
{
background-color: #875266;
}
</style>
border-color css
<style>
span { border-color: #875266; }
span { border-color: rgb(135,82,102); }
td.TdClassName
{
border-color: #875266;
}
.TagClassName
{
border-color: #875266;
}
</style>