Shades of Cosmic #864863
Tints of Cosmic #864863
RGB
CMYK
RGB Variations
Color information
#864863 (or 0x864863) is known color: Cosmic. HEX triplet: 86, 48 and 63. RGB value is (134,72,99). Sum of RGB (Red+Green+Blue) = 134+72+99=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #864863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864863 is #79B79C. Grayscale: #5D5D5D. Windows color (decimal): -7976861 or 6506630. OLE color: 6506630.
HSL color Cylindrical-coordinate representation of color #864863: hue angle of 333.87º 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 #864863 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 72 | 99 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.47 |
| HSL | 333.87º | 0.3% | 0.4% | - |
| HSV(B) | 333.87º | 0.46% | 0.53% | - |
| XYZ | 14.4 | 10.6 | 13.09 | - |
| YUV | 93.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 72 | 99 | 0 | 0.46 | 0.26 | 0.47 | 333.87 | 0.3 | 0.4 |
| Hex | 86 | 48 | 63 | 0 | 2E | 1A | 2F | 14E | 1E | 28 |
| Octal | 206 | 110 | 143 | 0 | 56 | 32 | 57 | 516 | 36 | 50 |
| Binary | 10000110 | 1001000 | 1100011 | 0 | 101110 | 11010 | 101111 | 101001110 | 11110 | 101000 |
Color Harmonies of #864863
Complementary color
Monochromatic Colors of #864863
Black with #864863
Text Example
Text Example
White with #864863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864863; }
p { color: rgb(134,72,99); }
H1.HeaderClassName
{
color: #864863;
}
.AnyTagClassName
{
color: #864863;
}
</style>
background-color css
<style>
a { background-color: #864863; }
a { background-color: rgb(134,72,99); }
div.DivClassName
{
background-color: #864863;
}
.BgClassName
{
background-color: #864863;
}
</style>
border-color css
<style>
span { border-color: #864863; }
span { border-color: rgb(134,72,99); }
td.TdClassName
{
border-color: #864863;
}
.TagClassName
{
border-color: #864863;
}
</style>