Shades of Cosmic #884165
Tints of Cosmic #884165
RGB
CMYK
RGB Variations
Color information
#884165 (or 0x884165) is known color: Cosmic. HEX triplet: 88, 41 and 65. RGB value is (136,65,101). Sum of RGB (Red+Green+Blue) = 136+65+101=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #884165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884165 is #77BE9A. Grayscale: #5A5A5A. Windows color (decimal): -7847579 or 6635912. OLE color: 6635912.
HSL color Cylindrical-coordinate representation of color #884165: hue angle of 329.58º 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 #884165 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 101 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.47 |
| HSL | 329.58º | 0.35% | 0.39% | - |
| HSV(B) | 329.58º | 0.52% | 0.53% | - |
| XYZ | 14.39 | 9.95 | 13.47 | - |
| YUV | 90.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 101 | 0 | 0.52 | 0.26 | 0.47 | 329.58 | 0.35 | 0.39 |
| Hex | 88 | 41 | 65 | 0 | 34 | 1A | 2F | 14A | 23 | 27 |
| Octal | 210 | 101 | 145 | 0 | 64 | 32 | 57 | 512 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1100101 | 0 | 110100 | 11010 | 101111 | 101001010 | 100011 | 100111 |
Color Harmonies of #884165
Complementary color
Monochromatic Colors of #884165
Black with #884165
Text Example
Text Example
White with #884165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884165; }
p { color: rgb(136,65,101); }
H1.HeaderClassName
{
color: #884165;
}
.AnyTagClassName
{
color: #884165;
}
</style>
background-color css
<style>
a { background-color: #884165; }
a { background-color: rgb(136,65,101); }
div.DivClassName
{
background-color: #884165;
}
.BgClassName
{
background-color: #884165;
}
</style>
border-color css
<style>
span { border-color: #884165; }
span { border-color: rgb(136,65,101); }
td.TdClassName
{
border-color: #884165;
}
.TagClassName
{
border-color: #884165;
}
</style>