Shades of Cosmic #86466D
Tints of Cosmic #86466D
RGB
CMYK
RGB Variations
Color information
#86466D (or 0x86466D) is known color: Cosmic. HEX triplet: 86, 46 and 6D. RGB value is (134,70,109). Sum of RGB (Red+Green+Blue) = 134+70+109=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86466D is #79B992. Grayscale: #5D5D5D. Windows color (decimal): -7977363 or 7161478. OLE color: 7161478.
HSL color Cylindrical-coordinate representation of color #86466D: hue angle of 323.44º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86466D is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 109 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.47 |
| HSL | 323.44º | 0.31% | 0.4% | - |
| HSV(B) | 323.44º | 0.48% | 0.53% | - |
| XYZ | 14.78 | 10.55 | 15.73 | - |
| YUV | 93.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 109 | 0 | 0.48 | 0.19 | 0.47 | 323.44 | 0.31 | 0.4 |
| Hex | 86 | 46 | 6D | 0 | 30 | 13 | 2F | 143 | 1F | 28 |
| Octal | 206 | 106 | 155 | 0 | 60 | 23 | 57 | 503 | 37 | 50 |
| Binary | 10000110 | 1000110 | 1101101 | 0 | 110000 | 10011 | 101111 | 101000011 | 11111 | 101000 |
Color Harmonies of #86466D
Complementary color
Monochromatic Colors of #86466D
Black with #86466D
Text Example
Text Example
White with #86466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86466D; }
p { color: rgb(134,70,109); }
H1.HeaderClassName
{
color: #86466D;
}
.AnyTagClassName
{
color: #86466D;
}
</style>
background-color css
<style>
a { background-color: #86466D; }
a { background-color: rgb(134,70,109); }
div.DivClassName
{
background-color: #86466D;
}
.BgClassName
{
background-color: #86466D;
}
</style>
border-color css
<style>
span { border-color: #86466D; }
span { border-color: rgb(134,70,109); }
td.TdClassName
{
border-color: #86466D;
}
.TagClassName
{
border-color: #86466D;
}
</style>