Shades of Cosmic #863F66
Tints of Cosmic #863F66
RGB
CMYK
RGB Variations
Color information
#863F66 (or 0x863F66) is known color: Cosmic. HEX triplet: 86, 3F and 66. RGB value is (134,63,102). Sum of RGB (Red+Green+Blue) = 134+63+102=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #863F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F66 is #79C099. Grayscale: #585858. Windows color (decimal): -7979162 or 6700934. OLE color: 6700934.
HSL color Cylindrical-coordinate representation of color #863F66: hue angle of 327.04º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F66 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 102 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.47 |
| HSL | 327.04º | 0.36% | 0.39% | - |
| HSV(B) | 327.04º | 0.53% | 0.53% | - |
| XYZ | 14.01 | 9.58 | 13.68 | - |
| YUV | 88.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 102 | 0 | 0.53 | 0.24 | 0.47 | 327.04 | 0.36 | 0.39 |
| Hex | 86 | 3F | 66 | 0 | 35 | 18 | 2F | 147 | 24 | 27 |
| Octal | 206 | 77 | 146 | 0 | 65 | 30 | 57 | 507 | 44 | 47 |
| Binary | 10000110 | 111111 | 1100110 | 0 | 110101 | 11000 | 101111 | 101000111 | 100100 | 100111 |
Color Harmonies of #863F66
Complementary color
Monochromatic Colors of #863F66
Black with #863F66
Text Example
Text Example
White with #863F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F66; }
p { color: rgb(134,63,102); }
H1.HeaderClassName
{
color: #863F66;
}
.AnyTagClassName
{
color: #863F66;
}
</style>
background-color css
<style>
a { background-color: #863F66; }
a { background-color: rgb(134,63,102); }
div.DivClassName
{
background-color: #863F66;
}
.BgClassName
{
background-color: #863F66;
}
</style>
border-color css
<style>
span { border-color: #863F66; }
span { border-color: rgb(134,63,102); }
td.TdClassName
{
border-color: #863F66;
}
.TagClassName
{
border-color: #863F66;
}
</style>