Shades of Cosmic #86466C
Tints of Cosmic #86466C
RGB
CMYK
RGB Variations
Color information
#86466C (or 0x86466C) is known color: Cosmic. HEX triplet: 86, 46 and 6C. RGB value is (134,70,108). Sum of RGB (Red+Green+Blue) = 134+70+108=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86466C is #79B993. Grayscale: #5D5D5D. Windows color (decimal): -7977364 or 7095942. OLE color: 7095942.
HSL color Cylindrical-coordinate representation of color #86466C: hue angle of 324.38º 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 #86466C is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 108 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.47 |
| HSL | 324.38º | 0.31% | 0.4% | - |
| HSV(B) | 324.38º | 0.48% | 0.53% | - |
| XYZ | 14.73 | 10.53 | 15.44 | - |
| YUV | 93.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 108 | 0 | 0.48 | 0.19 | 0.47 | 324.38 | 0.31 | 0.4 |
| Hex | 86 | 46 | 6C | 0 | 30 | 13 | 2F | 144 | 1F | 28 |
| Octal | 206 | 106 | 154 | 0 | 60 | 23 | 57 | 504 | 37 | 50 |
| Binary | 10000110 | 1000110 | 1101100 | 0 | 110000 | 10011 | 101111 | 101000100 | 11111 | 101000 |
Color Harmonies of #86466C
Complementary color
Monochromatic Colors of #86466C
Black with #86466C
Text Example
Text Example
White with #86466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86466C; }
p { color: rgb(134,70,108); }
H1.HeaderClassName
{
color: #86466C;
}
.AnyTagClassName
{
color: #86466C;
}
</style>
background-color css
<style>
a { background-color: #86466C; }
a { background-color: rgb(134,70,108); }
div.DivClassName
{
background-color: #86466C;
}
.BgClassName
{
background-color: #86466C;
}
</style>
border-color css
<style>
span { border-color: #86466C; }
span { border-color: rgb(134,70,108); }
td.TdClassName
{
border-color: #86466C;
}
.TagClassName
{
border-color: #86466C;
}
</style>