Shades of Cosmic #804666
Tints of Cosmic #804666
RGB
CMYK
RGB Variations
Color information
#804666 (or 0x804666) is known color: Cosmic. HEX triplet: 80, 46 and 66. RGB value is (128,70,102). Sum of RGB (Red+Green+Blue) = 128+70+102=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #804666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804666 is #7FB999. Grayscale: #5A5A5A. Windows color (decimal): -8370586 or 6702720. OLE color: 6702720.
HSL color Cylindrical-coordinate representation of color #804666: hue angle of 326.9º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804666 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 102 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.50 |
| HSL | 326.9º | 0.29% | 0.39% | - |
| HSV(B) | 326.9º | 0.45% | 0.5% | - |
| XYZ | 13.49 | 9.93 | 13.78 | - |
| YUV | 90.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 102 | 0 | 0.45 | 0.20 | 0.50 | 326.9 | 0.29 | 0.39 |
| Hex | 80 | 46 | 66 | 0 | 2D | 14 | 32 | 147 | 1D | 27 |
| Octal | 200 | 106 | 146 | 0 | 55 | 24 | 62 | 507 | 35 | 47 |
| Binary | 10000000 | 1000110 | 1100110 | 0 | 101101 | 10100 | 110010 | 101000111 | 11101 | 100111 |
Color Harmonies of #804666
Complementary color
Monochromatic Colors of #804666
Black with #804666
Text Example
Text Example
White with #804666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804666; }
p { color: rgb(128,70,102); }
H1.HeaderClassName
{
color: #804666;
}
.AnyTagClassName
{
color: #804666;
}
</style>
background-color css
<style>
a { background-color: #804666; }
a { background-color: rgb(128,70,102); }
div.DivClassName
{
background-color: #804666;
}
.BgClassName
{
background-color: #804666;
}
</style>
border-color css
<style>
span { border-color: #804666; }
span { border-color: rgb(128,70,102); }
td.TdClassName
{
border-color: #804666;
}
.TagClassName
{
border-color: #804666;
}
</style>