Shades of Cannon Pink #86575E
Tints of Cannon Pink #86575E
RGB
CMYK
RGB Variations
Color information
#86575E (or 0x86575E) is known color: Cannon Pink. HEX triplet: 86, 57 and 5E. RGB value is (134,87,94). Sum of RGB (Red+Green+Blue) = 134+87+94=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #86575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86575E is #79A8A1. Grayscale: #656565. Windows color (decimal): -7973026 or 6182790. OLE color: 6182790.
HSL color Cylindrical-coordinate representation of color #86575E: hue angle of 351.06º 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 #86575E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 94 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.47 |
| HSL | 351.06º | 0.21% | 0.43% | - |
| HSV(B) | 351.06º | 0.35% | 0.53% | - |
| XYZ | 15.26 | 12.69 | 12.24 | - |
| YUV | 101.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 94 | 0 | 0.35 | 0.30 | 0.47 | 351.06 | 0.21 | 0.43 |
| Hex | 86 | 57 | 5E | 0 | 23 | 1E | 2F | 15F | 15 | 2B |
| Octal | 206 | 127 | 136 | 0 | 43 | 36 | 57 | 537 | 25 | 53 |
| Binary | 10000110 | 1010111 | 1011110 | 0 | 100011 | 11110 | 101111 | 101011111 | 10101 | 101011 |
Color Harmonies of #86575E
Complementary color
Monochromatic Colors of #86575E
Black with #86575E
Text Example
Text Example
White with #86575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86575E; }
p { color: rgb(134,87,94); }
H1.HeaderClassName
{
color: #86575E;
}
.AnyTagClassName
{
color: #86575E;
}
</style>
background-color css
<style>
a { background-color: #86575E; }
a { background-color: rgb(134,87,94); }
div.DivClassName
{
background-color: #86575E;
}
.BgClassName
{
background-color: #86575E;
}
</style>
border-color css
<style>
span { border-color: #86575E; }
span { border-color: rgb(134,87,94); }
td.TdClassName
{
border-color: #86575E;
}
.TagClassName
{
border-color: #86575E;
}
</style>