Shades of Cosmic #804066
Tints of Cosmic #804066
RGB
CMYK
RGB Variations
Color information
#804066 (or 0x804066) is known color: Cosmic. HEX triplet: 80, 40 and 66. RGB value is (128,64,102). Sum of RGB (Red+Green+Blue) = 128+64+102=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #804066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804066 is #7FBF99. Grayscale: #575757. Windows color (decimal): -8372122 or 6701184. OLE color: 6701184.
HSL color Cylindrical-coordinate representation of color #804066: hue angle of 324.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804066 is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 102 | - |
| CMYK | 0 | 0.5 | 0.20 | 0.50 |
| HSL | 324.38º | 0.33% | 0.38% | - |
| HSV(B) | 324.38º | 0.5% | 0.5% | - |
| XYZ | 13.13 | 9.22 | 13.66 | - |
| YUV | 87.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 102 | 0 | 0.5 | 0.20 | 0.50 | 324.38 | 0.33 | 0.38 |
| Hex | 80 | 40 | 66 | 0 | 32 | 14 | 32 | 144 | 21 | 26 |
| Octal | 200 | 100 | 146 | 0 | 62 | 24 | 62 | 504 | 41 | 46 |
| Binary | 10000000 | 1000000 | 1100110 | 0 | 110010 | 10100 | 110010 | 101000100 | 100001 | 100110 |
Color Harmonies of #804066
Complementary color
Monochromatic Colors of #804066
Black with #804066
Text Example
Text Example
White with #804066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804066; }
p { color: rgb(128,64,102); }
H1.HeaderClassName
{
color: #804066;
}
.AnyTagClassName
{
color: #804066;
}
</style>
background-color css
<style>
a { background-color: #804066; }
a { background-color: rgb(128,64,102); }
div.DivClassName
{
background-color: #804066;
}
.BgClassName
{
background-color: #804066;
}
</style>
border-color css
<style>
span { border-color: #804066; }
span { border-color: rgb(128,64,102); }
td.TdClassName
{
border-color: #804066;
}
.TagClassName
{
border-color: #804066;
}
</style>