Shades of Cannon Pink #86586A
Tints of Cannon Pink #86586A
RGB
CMYK
RGB Variations
Color information
#86586A (or 0x86586A) is known color: Cannon Pink. HEX triplet: 86, 58 and 6A. RGB value is (134,88,106). Sum of RGB (Red+Green+Blue) = 134+88+106=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #86586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86586A is #79A795. Grayscale: #676767. Windows color (decimal): -7972758 or 6969478. OLE color: 6969478.
HSL color Cylindrical-coordinate representation of color #86586A: hue angle of 336.52º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86586A is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 106 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.47 |
| HSL | 336.52º | 0.21% | 0.44% | - |
| HSV(B) | 336.52º | 0.34% | 0.53% | - |
| XYZ | 15.92 | 13.09 | 15.32 | - |
| YUV | 103.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 106 | 0 | 0.34 | 0.21 | 0.47 | 336.52 | 0.21 | 0.44 |
| Hex | 86 | 58 | 6A | 0 | 22 | 15 | 2F | 151 | 15 | 2C |
| Octal | 206 | 130 | 152 | 0 | 42 | 25 | 57 | 521 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1101010 | 0 | 100010 | 10101 | 101111 | 101010001 | 10101 | 101100 |
Color Harmonies of #86586A
Complementary color
Monochromatic Colors of #86586A
Black with #86586A
Text Example
Text Example
White with #86586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86586A; }
p { color: rgb(134,88,106); }
H1.HeaderClassName
{
color: #86586A;
}
.AnyTagClassName
{
color: #86586A;
}
</style>
background-color css
<style>
a { background-color: #86586A; }
a { background-color: rgb(134,88,106); }
div.DivClassName
{
background-color: #86586A;
}
.BgClassName
{
background-color: #86586A;
}
</style>
border-color css
<style>
span { border-color: #86586A; }
span { border-color: rgb(134,88,106); }
td.TdClassName
{
border-color: #86586A;
}
.TagClassName
{
border-color: #86586A;
}
</style>