Shades of Cannon Pink #875165
Tints of Cannon Pink #875165
RGB
CMYK
RGB Variations
Color information
#875165 (or 0x875165) is known color: Cannon Pink. HEX triplet: 87, 51 and 65. RGB value is (135,81,101). Sum of RGB (Red+Green+Blue) = 135+81+101=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #875165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875165 is #78AE9A. Grayscale: #636363. Windows color (decimal): -7909019 or 6640007. OLE color: 6640007.
HSL color Cylindrical-coordinate representation of color #875165: hue angle of 337.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875165 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 101 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.47 |
| HSL | 337.78º | 0.25% | 0.42% | - |
| HSV(B) | 337.78º | 0.4% | 0.53% | - |
| XYZ | 15.28 | 11.98 | 13.82 | - |
| YUV | 99.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 101 | 0 | 0.40 | 0.25 | 0.47 | 337.78 | 0.25 | 0.42 |
| Hex | 87 | 51 | 65 | 0 | 28 | 19 | 2F | 152 | 19 | 2A |
| Octal | 207 | 121 | 145 | 0 | 50 | 31 | 57 | 522 | 31 | 52 |
| Binary | 10000111 | 1010001 | 1100101 | 0 | 101000 | 11001 | 101111 | 101010010 | 11001 | 101010 |
Color Harmonies of #875165
Complementary color
Monochromatic Colors of #875165
Black with #875165
Text Example
Text Example
White with #875165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875165; }
p { color: rgb(135,81,101); }
H1.HeaderClassName
{
color: #875165;
}
.AnyTagClassName
{
color: #875165;
}
</style>
background-color css
<style>
a { background-color: #875165; }
a { background-color: rgb(135,81,101); }
div.DivClassName
{
background-color: #875165;
}
.BgClassName
{
background-color: #875165;
}
</style>
border-color css
<style>
span { border-color: #875165; }
span { border-color: rgb(135,81,101); }
td.TdClassName
{
border-color: #875165;
}
.TagClassName
{
border-color: #875165;
}
</style>