Shades of Cannon Pink #875866
Tints of Cannon Pink #875866
RGB
CMYK
RGB Variations
Color information
#875866 (or 0x875866) is known color: Cannon Pink. HEX triplet: 87, 58 and 66. RGB value is (135,88,102). Sum of RGB (Red+Green+Blue) = 135+88+102=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #875866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875866 is #78A799. Grayscale: #676767. Windows color (decimal): -7907226 or 6707335. OLE color: 6707335.
HSL color Cylindrical-coordinate representation of color #875866: hue angle of 342.13º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875866 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 102 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.47 |
| HSL | 342.13º | 0.21% | 0.44% | - |
| HSV(B) | 342.13º | 0.35% | 0.53% | - |
| XYZ | 15.88 | 13.09 | 14.26 | - |
| YUV | 103.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 102 | 0 | 0.35 | 0.24 | 0.47 | 342.13 | 0.21 | 0.44 |
| Hex | 87 | 58 | 66 | 0 | 23 | 18 | 2F | 156 | 15 | 2C |
| Octal | 207 | 130 | 146 | 0 | 43 | 30 | 57 | 526 | 25 | 54 |
| Binary | 10000111 | 1011000 | 1100110 | 0 | 100011 | 11000 | 101111 | 101010110 | 10101 | 101100 |
Color Harmonies of #875866
Complementary color
Monochromatic Colors of #875866
Black with #875866
Text Example
Text Example
White with #875866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875866; }
p { color: rgb(135,88,102); }
H1.HeaderClassName
{
color: #875866;
}
.AnyTagClassName
{
color: #875866;
}
</style>
background-color css
<style>
a { background-color: #875866; }
a { background-color: rgb(135,88,102); }
div.DivClassName
{
background-color: #875866;
}
.BgClassName
{
background-color: #875866;
}
</style>
border-color css
<style>
span { border-color: #875866; }
span { border-color: rgb(135,88,102); }
td.TdClassName
{
border-color: #875866;
}
.TagClassName
{
border-color: #875866;
}
</style>