Shades of Cannon Pink #875068
Tints of Cannon Pink #875068
RGB
CMYK
RGB Variations
Color information
#875068 (or 0x875068) is known color: Cannon Pink. HEX triplet: 87, 50 and 68. RGB value is (135,80,104). Sum of RGB (Red+Green+Blue) = 135+80+104=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875068 is #78AF97. Grayscale: #636363. Windows color (decimal): -7909272 or 6836359. OLE color: 6836359.
HSL color Cylindrical-coordinate representation of color #875068: hue angle of 333.82º 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 #875068 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 104 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.47 |
| HSL | 333.82º | 0.26% | 0.42% | - |
| HSV(B) | 333.82º | 0.41% | 0.53% | - |
| XYZ | 15.36 | 11.89 | 14.58 | - |
| YUV | 99.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 104 | 0 | 0.41 | 0.23 | 0.47 | 333.82 | 0.26 | 0.42 |
| Hex | 87 | 50 | 68 | 0 | 29 | 17 | 2F | 14E | 1A | 2A |
| Octal | 207 | 120 | 150 | 0 | 51 | 27 | 57 | 516 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1101000 | 0 | 101001 | 10111 | 101111 | 101001110 | 11010 | 101010 |
Color Harmonies of #875068
Complementary color
Monochromatic Colors of #875068
Black with #875068
Text Example
Text Example
White with #875068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875068; }
p { color: rgb(135,80,104); }
H1.HeaderClassName
{
color: #875068;
}
.AnyTagClassName
{
color: #875068;
}
</style>
background-color css
<style>
a { background-color: #875068; }
a { background-color: rgb(135,80,104); }
div.DivClassName
{
background-color: #875068;
}
.BgClassName
{
background-color: #875068;
}
</style>
border-color css
<style>
span { border-color: #875068; }
span { border-color: rgb(135,80,104); }
td.TdClassName
{
border-color: #875068;
}
.TagClassName
{
border-color: #875068;
}
</style>