Shades of Cosmic #805060
Tints of Cosmic #805060
RGB
CMYK
RGB Variations
Color information
#805060 (or 0x805060) is known color: Cosmic. HEX triplet: 80, 50 and 60. RGB value is (128,80,96). Sum of RGB (Red+Green+Blue) = 128+80+96=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #805060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805060 is #7FAF9F. Grayscale: #606060. Windows color (decimal): -8368032 or 6312064. OLE color: 6312064.
HSL color Cylindrical-coordinate representation of color #805060: hue angle of 340º 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 #805060 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 96 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.50 |
| HSL | 340º | 0.23% | 0.41% | - |
| HSV(B) | 340º | 0.38% | 0.5% | - |
| XYZ | 13.88 | 11.17 | 12.49 | - |
| YUV | 96.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 96 | 0 | 0.38 | 0.25 | 0.50 | 340 | 0.23 | 0.41 |
| Hex | 80 | 50 | 60 | 0 | 26 | 19 | 32 | 154 | 17 | 29 |
| Octal | 200 | 120 | 140 | 0 | 46 | 31 | 62 | 524 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1100000 | 0 | 100110 | 11001 | 110010 | 101010100 | 10111 | 101001 |
Color Harmonies of #805060
Complementary color
Monochromatic Colors of #805060
Black with #805060
Text Example
Text Example
White with #805060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805060; }
p { color: rgb(128,80,96); }
H1.HeaderClassName
{
color: #805060;
}
.AnyTagClassName
{
color: #805060;
}
</style>
background-color css
<style>
a { background-color: #805060; }
a { background-color: rgb(128,80,96); }
div.DivClassName
{
background-color: #805060;
}
.BgClassName
{
background-color: #805060;
}
</style>
border-color css
<style>
span { border-color: #805060; }
span { border-color: rgb(128,80,96); }
td.TdClassName
{
border-color: #805060;
}
.TagClassName
{
border-color: #805060;
}
</style>