Shades of Cannon Pink #86576C
Tints of Cannon Pink #86576C
RGB
CMYK
RGB Variations
Color information
#86576C (or 0x86576C) is known color: Cannon Pink. HEX triplet: 86, 57 and 6C. RGB value is (134,87,108). Sum of RGB (Red+Green+Blue) = 134+87+108=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86576C is #79A893. Grayscale: #676767. Windows color (decimal): -7973012 or 7100294. OLE color: 7100294.
HSL color Cylindrical-coordinate representation of color #86576C: hue angle of 333.19º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86576C is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 108 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.47 |
| HSL | 333.19º | 0.21% | 0.43% | - |
| HSV(B) | 333.19º | 0.35% | 0.53% | - |
| XYZ | 15.95 | 12.97 | 15.85 | - |
| YUV | 103.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 108 | 0 | 0.35 | 0.19 | 0.47 | 333.19 | 0.21 | 0.43 |
| Hex | 86 | 57 | 6C | 0 | 23 | 13 | 2F | 14D | 15 | 2B |
| Octal | 206 | 127 | 154 | 0 | 43 | 23 | 57 | 515 | 25 | 53 |
| Binary | 10000110 | 1010111 | 1101100 | 0 | 100011 | 10011 | 101111 | 101001101 | 10101 | 101011 |
Color Harmonies of #86576C
Complementary color
Monochromatic Colors of #86576C
Black with #86576C
Text Example
Text Example
White with #86576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86576C; }
p { color: rgb(134,87,108); }
H1.HeaderClassName
{
color: #86576C;
}
.AnyTagClassName
{
color: #86576C;
}
</style>
background-color css
<style>
a { background-color: #86576C; }
a { background-color: rgb(134,87,108); }
div.DivClassName
{
background-color: #86576C;
}
.BgClassName
{
background-color: #86576C;
}
</style>
border-color css
<style>
span { border-color: #86576C; }
span { border-color: rgb(134,87,108); }
td.TdClassName
{
border-color: #86576C;
}
.TagClassName
{
border-color: #86576C;
}
</style>