Shades of Cosmic #805160
Tints of Cosmic #805160
RGB
CMYK
RGB Variations
Color information
#805160 (or 0x805160) is known color: Cosmic. HEX triplet: 80, 51 and 60. RGB value is (128,81,96). Sum of RGB (Red+Green+Blue) = 128+81+96=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #805160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805160 is #7FAE9F. Grayscale: #606060. Windows color (decimal): -8367776 or 6312320. OLE color: 6312320.
HSL color Cylindrical-coordinate representation of color #805160: hue angle of 340.85º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805160 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 96 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.50 |
| HSL | 340.85º | 0.22% | 0.41% | - |
| HSV(B) | 340.85º | 0.37% | 0.5% | - |
| XYZ | 13.96 | 11.32 | 12.52 | - |
| YUV | 96.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 96 | 0 | 0.37 | 0.25 | 0.50 | 340.85 | 0.22 | 0.41 |
| Hex | 80 | 51 | 60 | 0 | 25 | 19 | 32 | 155 | 16 | 29 |
| Octal | 200 | 121 | 140 | 0 | 45 | 31 | 62 | 525 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1100000 | 0 | 100101 | 11001 | 110010 | 101010101 | 10110 | 101001 |
Color Harmonies of #805160
Complementary color
Monochromatic Colors of #805160
Black with #805160
Text Example
Text Example
White with #805160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805160; }
p { color: rgb(128,81,96); }
H1.HeaderClassName
{
color: #805160;
}
.AnyTagClassName
{
color: #805160;
}
</style>
background-color css
<style>
a { background-color: #805160; }
a { background-color: rgb(128,81,96); }
div.DivClassName
{
background-color: #805160;
}
.BgClassName
{
background-color: #805160;
}
</style>
border-color css
<style>
span { border-color: #805160; }
span { border-color: rgb(128,81,96); }
td.TdClassName
{
border-color: #805160;
}
.TagClassName
{
border-color: #805160;
}
</style>