Shades of Cosmic #884163
Tints of Cosmic #884163
RGB
CMYK
RGB Variations
Color information
#884163 (or 0x884163) is known color: Cosmic. HEX triplet: 88, 41 and 63. RGB value is (136,65,99). Sum of RGB (Red+Green+Blue) = 136+65+99=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #884163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884163 is #77BE9C. Grayscale: #5A5A5A. Windows color (decimal): -7847581 or 6504840. OLE color: 6504840.
HSL color Cylindrical-coordinate representation of color #884163: hue angle of 331.27º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884163 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 99 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.47 |
| HSL | 331.27º | 0.35% | 0.39% | - |
| HSV(B) | 331.27º | 0.52% | 0.53% | - |
| XYZ | 14.3 | 9.92 | 12.96 | - |
| YUV | 90.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 99 | 0 | 0.52 | 0.27 | 0.47 | 331.27 | 0.35 | 0.39 |
| Hex | 88 | 41 | 63 | 0 | 34 | 1B | 2F | 14B | 23 | 27 |
| Octal | 210 | 101 | 143 | 0 | 64 | 33 | 57 | 513 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1100011 | 0 | 110100 | 11011 | 101111 | 101001011 | 100011 | 100111 |
Color Harmonies of #884163
Complementary color
Monochromatic Colors of #884163
Black with #884163
Text Example
Text Example
White with #884163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884163; }
p { color: rgb(136,65,99); }
H1.HeaderClassName
{
color: #884163;
}
.AnyTagClassName
{
color: #884163;
}
</style>
background-color css
<style>
a { background-color: #884163; }
a { background-color: rgb(136,65,99); }
div.DivClassName
{
background-color: #884163;
}
.BgClassName
{
background-color: #884163;
}
</style>
border-color css
<style>
span { border-color: #884163; }
span { border-color: rgb(136,65,99); }
td.TdClassName
{
border-color: #884163;
}
.TagClassName
{
border-color: #884163;
}
</style>