Shades of Cannon Pink #86575D
Tints of Cannon Pink #86575D
RGB
CMYK
RGB Variations
Color information
#86575D (or 0x86575D) is known color: Cannon Pink. HEX triplet: 86, 57 and 5D. RGB value is (134,87,93). Sum of RGB (Red+Green+Blue) = 134+87+93=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86575D is #79A8A2. Grayscale: #656565. Windows color (decimal): -7973027 or 6117254. OLE color: 6117254.
HSL color Cylindrical-coordinate representation of color #86575D: hue angle of 352.34º 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 #86575D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 93 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.47 |
| HSL | 352.34º | 0.21% | 0.43% | - |
| HSV(B) | 352.34º | 0.35% | 0.53% | - |
| XYZ | 15.22 | 12.68 | 12 | - |
| YUV | 101.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 93 | 0 | 0.35 | 0.31 | 0.47 | 352.34 | 0.21 | 0.43 |
| Hex | 86 | 57 | 5D | 0 | 23 | 1F | 2F | 160 | 15 | 2B |
| Octal | 206 | 127 | 135 | 0 | 43 | 37 | 57 | 540 | 25 | 53 |
| Binary | 10000110 | 1010111 | 1011101 | 0 | 100011 | 11111 | 101111 | 101100000 | 10101 | 101011 |
Color Harmonies of #86575D
Complementary color
Monochromatic Colors of #86575D
Black with #86575D
Text Example
Text Example
White with #86575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86575D; }
p { color: rgb(134,87,93); }
H1.HeaderClassName
{
color: #86575D;
}
.AnyTagClassName
{
color: #86575D;
}
</style>
background-color css
<style>
a { background-color: #86575D; }
a { background-color: rgb(134,87,93); }
div.DivClassName
{
background-color: #86575D;
}
.BgClassName
{
background-color: #86575D;
}
</style>
border-color css
<style>
span { border-color: #86575D; }
span { border-color: rgb(134,87,93); }
td.TdClassName
{
border-color: #86575D;
}
.TagClassName
{
border-color: #86575D;
}
</style>