Shades of Cosmic #863D64
Tints of Cosmic #863D64
RGB
CMYK
RGB Variations
Color information
#863D64 (or 0x863D64) is known color: Cosmic. HEX triplet: 86, 3D and 64. RGB value is (134,61,100). Sum of RGB (Red+Green+Blue) = 134+61+100=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #863D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D64 is #79C29B. Grayscale: #575757. Windows color (decimal): -7979676 or 6569350. OLE color: 6569350.
HSL color Cylindrical-coordinate representation of color #863D64: hue angle of 327.95º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863D64 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 100 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.47 |
| HSL | 327.95º | 0.37% | 0.38% | - |
| HSV(B) | 327.95º | 0.54% | 0.53% | - |
| XYZ | 13.8 | 9.33 | 13.13 | - |
| YUV | 87.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 100 | 0 | 0.54 | 0.25 | 0.47 | 327.95 | 0.37 | 0.38 |
| Hex | 86 | 3D | 64 | 0 | 36 | 19 | 2F | 148 | 25 | 26 |
| Octal | 206 | 75 | 144 | 0 | 66 | 31 | 57 | 510 | 45 | 46 |
| Binary | 10000110 | 111101 | 1100100 | 0 | 110110 | 11001 | 101111 | 101001000 | 100101 | 100110 |
Color Harmonies of #863D64
Complementary color
Monochromatic Colors of #863D64
Black with #863D64
Text Example
Text Example
White with #863D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D64; }
p { color: rgb(134,61,100); }
H1.HeaderClassName
{
color: #863D64;
}
.AnyTagClassName
{
color: #863D64;
}
</style>
background-color css
<style>
a { background-color: #863D64; }
a { background-color: rgb(134,61,100); }
div.DivClassName
{
background-color: #863D64;
}
.BgClassName
{
background-color: #863D64;
}
</style>
border-color css
<style>
span { border-color: #863D64; }
span { border-color: rgb(134,61,100); }
td.TdClassName
{
border-color: #863D64;
}
.TagClassName
{
border-color: #863D64;
}
</style>