Shades of Cannon Pink #86576A
Tints of Cannon Pink #86576A
RGB
CMYK
RGB Variations
Color information
#86576A (or 0x86576A) is known color: Cannon Pink. HEX triplet: 86, 57 and 6A. RGB value is (134,87,106). Sum of RGB (Red+Green+Blue) = 134+87+106=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86576A is #79A895. Grayscale: #676767. Windows color (decimal): -7973014 or 6969222. OLE color: 6969222.
HSL color Cylindrical-coordinate representation of color #86576A: hue angle of 335.74º 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 #86576A is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 106 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.47 |
| HSL | 335.74º | 0.21% | 0.43% | - |
| HSV(B) | 335.74º | 0.35% | 0.53% | - |
| XYZ | 15.84 | 12.93 | 15.3 | - |
| YUV | 103.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 106 | 0 | 0.35 | 0.21 | 0.47 | 335.74 | 0.21 | 0.43 |
| Hex | 86 | 57 | 6A | 0 | 23 | 15 | 2F | 150 | 15 | 2B |
| Octal | 206 | 127 | 152 | 0 | 43 | 25 | 57 | 520 | 25 | 53 |
| Binary | 10000110 | 1010111 | 1101010 | 0 | 100011 | 10101 | 101111 | 101010000 | 10101 | 101011 |
Color Harmonies of #86576A
Complementary color
Monochromatic Colors of #86576A
Black with #86576A
Text Example
Text Example
White with #86576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86576A; }
p { color: rgb(134,87,106); }
H1.HeaderClassName
{
color: #86576A;
}
.AnyTagClassName
{
color: #86576A;
}
</style>
background-color css
<style>
a { background-color: #86576A; }
a { background-color: rgb(134,87,106); }
div.DivClassName
{
background-color: #86576A;
}
.BgClassName
{
background-color: #86576A;
}
</style>
border-color css
<style>
span { border-color: #86576A; }
span { border-color: rgb(134,87,106); }
td.TdClassName
{
border-color: #86576A;
}
.TagClassName
{
border-color: #86576A;
}
</style>