Shades of Cosmic #86486D
Tints of Cosmic #86486D
RGB
CMYK
RGB Variations
Color information
#86486D (or 0x86486D) is known color: Cosmic. HEX triplet: 86, 48 and 6D. RGB value is (134,72,109). Sum of RGB (Red+Green+Blue) = 134+72+109=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #86486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86486D is #79B792. Grayscale: #5E5E5E. Windows color (decimal): -7976851 or 7161990. OLE color: 7161990.
HSL color Cylindrical-coordinate representation of color #86486D: hue angle of 324.19º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86486D is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 72 | 109 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.47 |
| HSL | 324.19º | 0.3% | 0.4% | - |
| HSV(B) | 324.19º | 0.46% | 0.53% | - |
| XYZ | 14.91 | 10.81 | 15.77 | - |
| YUV | 94.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 72 | 109 | 0 | 0.46 | 0.19 | 0.47 | 324.19 | 0.3 | 0.4 |
| Hex | 86 | 48 | 6D | 0 | 2E | 13 | 2F | 144 | 1E | 28 |
| Octal | 206 | 110 | 155 | 0 | 56 | 23 | 57 | 504 | 36 | 50 |
| Binary | 10000110 | 1001000 | 1101101 | 0 | 101110 | 10011 | 101111 | 101000100 | 11110 | 101000 |
Color Harmonies of #86486D
Complementary color
Monochromatic Colors of #86486D
Black with #86486D
Text Example
Text Example
White with #86486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86486D; }
p { color: rgb(134,72,109); }
H1.HeaderClassName
{
color: #86486D;
}
.AnyTagClassName
{
color: #86486D;
}
</style>
background-color css
<style>
a { background-color: #86486D; }
a { background-color: rgb(134,72,109); }
div.DivClassName
{
background-color: #86486D;
}
.BgClassName
{
background-color: #86486D;
}
</style>
border-color css
<style>
span { border-color: #86486D; }
span { border-color: rgb(134,72,109); }
td.TdClassName
{
border-color: #86486D;
}
.TagClassName
{
border-color: #86486D;
}
</style>