Shades of Cosmic #863C69
Tints of Cosmic #863C69
RGB
CMYK
RGB Variations
Color information
#863C69 (or 0x863C69) is known color: Cosmic. HEX triplet: 86, 3C and 69. RGB value is (134,60,105). Sum of RGB (Red+Green+Blue) = 134+60+105=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #863C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C69 is #79C396. Grayscale: #575757. Windows color (decimal): -7979927 or 6896774. OLE color: 6896774.
HSL color Cylindrical-coordinate representation of color #863C69: hue angle of 323.51º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C69 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 105 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.47 |
| HSL | 323.51º | 0.38% | 0.38% | - |
| HSV(B) | 323.51º | 0.55% | 0.53% | - |
| XYZ | 14 | 9.32 | 14.43 | - |
| YUV | 87.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 105 | 0 | 0.55 | 0.22 | 0.47 | 323.51 | 0.38 | 0.38 |
| Hex | 86 | 3C | 69 | 0 | 37 | 16 | 2F | 144 | 26 | 26 |
| Octal | 206 | 74 | 151 | 0 | 67 | 26 | 57 | 504 | 46 | 46 |
| Binary | 10000110 | 111100 | 1101001 | 0 | 110111 | 10110 | 101111 | 101000100 | 100110 | 100110 |
Color Harmonies of #863C69
Complementary color
Monochromatic Colors of #863C69
Black with #863C69
Text Example
Text Example
White with #863C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C69; }
p { color: rgb(134,60,105); }
H1.HeaderClassName
{
color: #863C69;
}
.AnyTagClassName
{
color: #863C69;
}
</style>
background-color css
<style>
a { background-color: #863C69; }
a { background-color: rgb(134,60,105); }
div.DivClassName
{
background-color: #863C69;
}
.BgClassName
{
background-color: #863C69;
}
</style>
border-color css
<style>
span { border-color: #863C69; }
span { border-color: rgb(134,60,105); }
td.TdClassName
{
border-color: #863C69;
}
.TagClassName
{
border-color: #863C69;
}
</style>