Shades of Cannon Pink #875065
Tints of Cannon Pink #875065
RGB
CMYK
RGB Variations
Color information
#875065 (or 0x875065) is known color: Cannon Pink. HEX triplet: 87, 50 and 65. RGB value is (135,80,101). Sum of RGB (Red+Green+Blue) = 135+80+101=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #875065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875065 is #78AF9A. Grayscale: #626262. Windows color (decimal): -7909275 or 6639751. OLE color: 6639751.
HSL color Cylindrical-coordinate representation of color #875065: hue angle of 337.09º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875065 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 101 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.47 |
| HSL | 337.09º | 0.26% | 0.42% | - |
| HSV(B) | 337.09º | 0.41% | 0.53% | - |
| XYZ | 15.21 | 11.83 | 13.79 | - |
| YUV | 98.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 101 | 0 | 0.41 | 0.25 | 0.47 | 337.09 | 0.26 | 0.42 |
| Hex | 87 | 50 | 65 | 0 | 29 | 19 | 2F | 151 | 1A | 2A |
| Octal | 207 | 120 | 145 | 0 | 51 | 31 | 57 | 521 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1100101 | 0 | 101001 | 11001 | 101111 | 101010001 | 11010 | 101010 |
Color Harmonies of #875065
Complementary color
Monochromatic Colors of #875065
Black with #875065
Text Example
Text Example
White with #875065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875065; }
p { color: rgb(135,80,101); }
H1.HeaderClassName
{
color: #875065;
}
.AnyTagClassName
{
color: #875065;
}
</style>
background-color css
<style>
a { background-color: #875065; }
a { background-color: rgb(135,80,101); }
div.DivClassName
{
background-color: #875065;
}
.BgClassName
{
background-color: #875065;
}
</style>
border-color css
<style>
span { border-color: #875065; }
span { border-color: rgb(135,80,101); }
td.TdClassName
{
border-color: #875065;
}
.TagClassName
{
border-color: #875065;
}
</style>