Shades of Cosmic #863B69
Tints of Cosmic #863B69
RGB
CMYK
RGB Variations
Color information
#863B69 (or 0x863B69) is known color: Cosmic. HEX triplet: 86, 3B and 69. RGB value is (134,59,105). Sum of RGB (Red+Green+Blue) = 134+59+105=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #863B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B69 is #79C496. Grayscale: #565656. Windows color (decimal): -7980183 or 6896518. OLE color: 6896518.
HSL color Cylindrical-coordinate representation of color #863B69: hue angle of 323.2º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863B69 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 105 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.47 |
| HSL | 323.2º | 0.39% | 0.38% | - |
| HSV(B) | 323.2º | 0.56% | 0.53% | - |
| XYZ | 13.95 | 9.22 | 14.41 | - |
| YUV | 86.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 105 | 0 | 0.56 | 0.22 | 0.47 | 323.2 | 0.39 | 0.38 |
| Hex | 86 | 3B | 69 | 0 | 38 | 16 | 2F | 143 | 27 | 26 |
| Octal | 206 | 73 | 151 | 0 | 70 | 26 | 57 | 503 | 47 | 46 |
| Binary | 10000110 | 111011 | 1101001 | 0 | 111000 | 10110 | 101111 | 101000011 | 100111 | 100110 |
Color Harmonies of #863B69
Complementary color
Monochromatic Colors of #863B69
Black with #863B69
Text Example
Text Example
White with #863B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B69; }
p { color: rgb(134,59,105); }
H1.HeaderClassName
{
color: #863B69;
}
.AnyTagClassName
{
color: #863B69;
}
</style>
background-color css
<style>
a { background-color: #863B69; }
a { background-color: rgb(134,59,105); }
div.DivClassName
{
background-color: #863B69;
}
.BgClassName
{
background-color: #863B69;
}
</style>
border-color css
<style>
span { border-color: #863B69; }
span { border-color: rgb(134,59,105); }
td.TdClassName
{
border-color: #863B69;
}
.TagClassName
{
border-color: #863B69;
}
</style>