Shades of Cannon Pink #86576B
Tints of Cannon Pink #86576B
RGB
CMYK
RGB Variations
Color information
#86576B (or 0x86576B) is known color: Cannon Pink. HEX triplet: 86, 57 and 6B. RGB value is (134,87,107). Sum of RGB (Red+Green+Blue) = 134+87+107=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #86576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86576B is #79A894. Grayscale: #676767. Windows color (decimal): -7973013 or 7034758. OLE color: 7034758.
HSL color Cylindrical-coordinate representation of color #86576B: hue angle of 334.47º 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 #86576B is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 107 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.47 |
| HSL | 334.47º | 0.21% | 0.43% | - |
| HSV(B) | 334.47º | 0.35% | 0.53% | - |
| XYZ | 15.89 | 12.95 | 15.57 | - |
| YUV | 103.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 107 | 0 | 0.35 | 0.20 | 0.47 | 334.47 | 0.21 | 0.43 |
| Hex | 86 | 57 | 6B | 0 | 23 | 14 | 2F | 14E | 15 | 2B |
| Octal | 206 | 127 | 153 | 0 | 43 | 24 | 57 | 516 | 25 | 53 |
| Binary | 10000110 | 1010111 | 1101011 | 0 | 100011 | 10100 | 101111 | 101001110 | 10101 | 101011 |
Color Harmonies of #86576B
Complementary color
Monochromatic Colors of #86576B
Black with #86576B
Text Example
Text Example
White with #86576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86576B; }
p { color: rgb(134,87,107); }
H1.HeaderClassName
{
color: #86576B;
}
.AnyTagClassName
{
color: #86576B;
}
</style>
background-color css
<style>
a { background-color: #86576B; }
a { background-color: rgb(134,87,107); }
div.DivClassName
{
background-color: #86576B;
}
.BgClassName
{
background-color: #86576B;
}
</style>
border-color css
<style>
span { border-color: #86576B; }
span { border-color: rgb(134,87,107); }
td.TdClassName
{
border-color: #86576B;
}
.TagClassName
{
border-color: #86576B;
}
</style>