Shades of Cannon Pink #865068
Tints of Cannon Pink #865068
RGB
CMYK
RGB Variations
Color information
#865068 (or 0x865068) is known color: Cannon Pink. HEX triplet: 86, 50 and 68. RGB value is (134,80,104). Sum of RGB (Red+Green+Blue) = 134+80+104=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865068 is #79AF97. Grayscale: #626262. Windows color (decimal): -7974808 or 6836358. OLE color: 6836358.
HSL color Cylindrical-coordinate representation of color #865068: hue angle of 333.33º 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 #865068 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 80 | 104 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.47 |
| HSL | 333.33º | 0.25% | 0.42% | - |
| HSV(B) | 333.33º | 0.4% | 0.53% | - |
| XYZ | 15.2 | 11.81 | 14.57 | - |
| YUV | 98.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 104 | 0 | 0.40 | 0.22 | 0.47 | 333.33 | 0.25 | 0.42 |
| Hex | 86 | 50 | 68 | 0 | 28 | 16 | 2F | 14D | 19 | 2A |
| Octal | 206 | 120 | 150 | 0 | 50 | 26 | 57 | 515 | 31 | 52 |
| Binary | 10000110 | 1010000 | 1101000 | 0 | 101000 | 10110 | 101111 | 101001101 | 11001 | 101010 |
Color Harmonies of #865068
Complementary color
Monochromatic Colors of #865068
Black with #865068
Text Example
Text Example
White with #865068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865068; }
p { color: rgb(134,80,104); }
H1.HeaderClassName
{
color: #865068;
}
.AnyTagClassName
{
color: #865068;
}
</style>
background-color css
<style>
a { background-color: #865068; }
a { background-color: rgb(134,80,104); }
div.DivClassName
{
background-color: #865068;
}
.BgClassName
{
background-color: #865068;
}
</style>
border-color css
<style>
span { border-color: #865068; }
span { border-color: rgb(134,80,104); }
td.TdClassName
{
border-color: #865068;
}
.TagClassName
{
border-color: #865068;
}
</style>