Shades of Cosmic #805066
Tints of Cosmic #805066
RGB
CMYK
RGB Variations
Color information
#805066 (or 0x805066) is known color: Cosmic. HEX triplet: 80, 50 and 66. RGB value is (128,80,102). Sum of RGB (Red+Green+Blue) = 128+80+102=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #805066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805066 is #7FAF99. Grayscale: #606060. Windows color (decimal): -8368026 or 6705280. OLE color: 6705280.
HSL color Cylindrical-coordinate representation of color #805066: hue angle of 332.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #805066 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 102 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.50 |
| HSL | 332.5º | 0.23% | 0.41% | - |
| HSV(B) | 332.5º | 0.38% | 0.5% | - |
| XYZ | 14.17 | 11.29 | 14 | - |
| YUV | 96.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 102 | 0 | 0.38 | 0.20 | 0.50 | 332.5 | 0.23 | 0.41 |
| Hex | 80 | 50 | 66 | 0 | 26 | 14 | 32 | 14C | 17 | 29 |
| Octal | 200 | 120 | 146 | 0 | 46 | 24 | 62 | 514 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1100110 | 0 | 100110 | 10100 | 110010 | 101001100 | 10111 | 101001 |
Color Harmonies of #805066
Complementary color
Monochromatic Colors of #805066
Black with #805066
Text Example
Text Example
White with #805066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805066; }
p { color: rgb(128,80,102); }
H1.HeaderClassName
{
color: #805066;
}
.AnyTagClassName
{
color: #805066;
}
</style>
background-color css
<style>
a { background-color: #805066; }
a { background-color: rgb(128,80,102); }
div.DivClassName
{
background-color: #805066;
}
.BgClassName
{
background-color: #805066;
}
</style>
border-color css
<style>
span { border-color: #805066; }
span { border-color: rgb(128,80,102); }
td.TdClassName
{
border-color: #805066;
}
.TagClassName
{
border-color: #805066;
}
</style>