Shades of Cannon Pink #864D5D
Tints of Cannon Pink #864D5D
RGB
CMYK
RGB Variations
Color information
#864D5D (or 0x864D5D) is known color: Cannon Pink. HEX triplet: 86, 4D and 5D. RGB value is (134,77,93). Sum of RGB (Red+Green+Blue) = 134+77+93=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #864D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D5D is #79B2A2. Grayscale: #5F5F5F. Windows color (decimal): -7975587 or 6114694. OLE color: 6114694.
HSL color Cylindrical-coordinate representation of color #864D5D: hue angle of 343.16º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864D5D is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 77 | 93 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.47 |
| HSL | 343.16º | 0.27% | 0.41% | - |
| HSV(B) | 343.16º | 0.43% | 0.53% | - |
| XYZ | 14.46 | 11.17 | 11.75 | - |
| YUV | 95.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 93 | 0 | 0.43 | 0.31 | 0.47 | 343.16 | 0.27 | 0.41 |
| Hex | 86 | 4D | 5D | 0 | 2B | 1F | 2F | 157 | 1B | 29 |
| Octal | 206 | 115 | 135 | 0 | 53 | 37 | 57 | 527 | 33 | 51 |
| Binary | 10000110 | 1001101 | 1011101 | 0 | 101011 | 11111 | 101111 | 101010111 | 11011 | 101001 |
Color Harmonies of #864D5D
Complementary color
Monochromatic Colors of #864D5D
Black with #864D5D
Text Example
Text Example
White with #864D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864D5D; }
p { color: rgb(134,77,93); }
H1.HeaderClassName
{
color: #864D5D;
}
.AnyTagClassName
{
color: #864D5D;
}
</style>
background-color css
<style>
a { background-color: #864D5D; }
a { background-color: rgb(134,77,93); }
div.DivClassName
{
background-color: #864D5D;
}
.BgClassName
{
background-color: #864D5D;
}
</style>
border-color css
<style>
span { border-color: #864D5D; }
span { border-color: rgb(134,77,93); }
td.TdClassName
{
border-color: #864D5D;
}
.TagClassName
{
border-color: #864D5D;
}
</style>