Shades of Cosmic #884164
Tints of Cosmic #884164
RGB
CMYK
RGB Variations
Color information
#884164 (or 0x884164) is known color: Cosmic. HEX triplet: 88, 41 and 64. RGB value is (136,65,100). Sum of RGB (Red+Green+Blue) = 136+65+100=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #884164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884164 is #77BE9B. Grayscale: #5A5A5A. Windows color (decimal): -7847580 or 6570376. OLE color: 6570376.
HSL color Cylindrical-coordinate representation of color #884164: hue angle of 330.42º 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 #884164 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 100 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.47 |
| HSL | 330.42º | 0.35% | 0.39% | - |
| HSV(B) | 330.42º | 0.52% | 0.53% | - |
| XYZ | 14.34 | 9.93 | 13.22 | - |
| YUV | 90.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 100 | 0 | 0.52 | 0.26 | 0.47 | 330.42 | 0.35 | 0.39 |
| Hex | 88 | 41 | 64 | 0 | 34 | 1A | 2F | 14A | 23 | 27 |
| Octal | 210 | 101 | 144 | 0 | 64 | 32 | 57 | 512 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1100100 | 0 | 110100 | 11010 | 101111 | 101001010 | 100011 | 100111 |
Color Harmonies of #884164
Complementary color
Monochromatic Colors of #884164
Black with #884164
Text Example
Text Example
White with #884164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884164; }
p { color: rgb(136,65,100); }
H1.HeaderClassName
{
color: #884164;
}
.AnyTagClassName
{
color: #884164;
}
</style>
background-color css
<style>
a { background-color: #884164; }
a { background-color: rgb(136,65,100); }
div.DivClassName
{
background-color: #884164;
}
.BgClassName
{
background-color: #884164;
}
</style>
border-color css
<style>
span { border-color: #884164; }
span { border-color: rgb(136,65,100); }
td.TdClassName
{
border-color: #884164;
}
.TagClassName
{
border-color: #884164;
}
</style>