Shades of Cosmic #883F68
Tints of Cosmic #883F68
RGB
CMYK
RGB Variations
Color information
#883F68 (or 0x883F68) is known color: Cosmic. HEX triplet: 88, 3F and 68. RGB value is (136,63,104). Sum of RGB (Red+Green+Blue) = 136+63+104=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #883F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883F68 is #77C097. Grayscale: #595959. Windows color (decimal): -7848088 or 6832008. OLE color: 6832008.
HSL color Cylindrical-coordinate representation of color #883F68: hue angle of 326.3º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883F68 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 104 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.47 |
| HSL | 326.3º | 0.37% | 0.39% | - |
| HSV(B) | 326.3º | 0.54% | 0.53% | - |
| XYZ | 14.43 | 9.79 | 14.23 | - |
| YUV | 89.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 104 | 0 | 0.54 | 0.24 | 0.47 | 326.3 | 0.37 | 0.39 |
| Hex | 88 | 3F | 68 | 0 | 36 | 18 | 2F | 146 | 25 | 27 |
| Octal | 210 | 77 | 150 | 0 | 66 | 30 | 57 | 506 | 45 | 47 |
| Binary | 10001000 | 111111 | 1101000 | 0 | 110110 | 11000 | 101111 | 101000110 | 100101 | 100111 |
Color Harmonies of #883F68
Complementary color
Monochromatic Colors of #883F68
Black with #883F68
Text Example
Text Example
White with #883F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F68; }
p { color: rgb(136,63,104); }
H1.HeaderClassName
{
color: #883F68;
}
.AnyTagClassName
{
color: #883F68;
}
</style>
background-color css
<style>
a { background-color: #883F68; }
a { background-color: rgb(136,63,104); }
div.DivClassName
{
background-color: #883F68;
}
.BgClassName
{
background-color: #883F68;
}
</style>
border-color css
<style>
span { border-color: #883F68; }
span { border-color: rgb(136,63,104); }
td.TdClassName
{
border-color: #883F68;
}
.TagClassName
{
border-color: #883F68;
}
</style>