Shades of Cosmic #884366
Tints of Cosmic #884366
RGB
CMYK
RGB Variations
Color information
#884366 (or 0x884366) is known color: Cosmic. HEX triplet: 88, 43 and 66. RGB value is (136,67,102). Sum of RGB (Red+Green+Blue) = 136+67+102=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #884366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884366 is #77BC99. Grayscale: #5B5B5B. Windows color (decimal): -7847066 or 6701960. OLE color: 6701960.
HSL color Cylindrical-coordinate representation of color #884366: hue angle of 329.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884366 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 102 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.47 |
| HSL | 329.57º | 0.34% | 0.4% | - |
| HSV(B) | 329.57º | 0.51% | 0.53% | - |
| XYZ | 14.56 | 10.21 | 13.77 | - |
| YUV | 91.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 102 | 0 | 0.51 | 0.25 | 0.47 | 329.57 | 0.34 | 0.4 |
| Hex | 88 | 43 | 66 | 0 | 33 | 19 | 2F | 14A | 22 | 28 |
| Octal | 210 | 103 | 146 | 0 | 63 | 31 | 57 | 512 | 42 | 50 |
| Binary | 10001000 | 1000011 | 1100110 | 0 | 110011 | 11001 | 101111 | 101001010 | 100010 | 101000 |
Color Harmonies of #884366
Complementary color
Monochromatic Colors of #884366
Black with #884366
Text Example
Text Example
White with #884366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884366; }
p { color: rgb(136,67,102); }
H1.HeaderClassName
{
color: #884366;
}
.AnyTagClassName
{
color: #884366;
}
</style>
background-color css
<style>
a { background-color: #884366; }
a { background-color: rgb(136,67,102); }
div.DivClassName
{
background-color: #884366;
}
.BgClassName
{
background-color: #884366;
}
</style>
border-color css
<style>
span { border-color: #884366; }
span { border-color: rgb(136,67,102); }
td.TdClassName
{
border-color: #884366;
}
.TagClassName
{
border-color: #884366;
}
</style>