Shades of Cosmic #805166
Tints of Cosmic #805166
RGB
CMYK
RGB Variations
Color information
#805166 (or 0x805166) is known color: Cosmic. HEX triplet: 80, 51 and 66. RGB value is (128,81,102). Sum of RGB (Red+Green+Blue) = 128+81+102=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #805166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805166 is #7FAE99. Grayscale: #616161. Windows color (decimal): -8367770 or 6705536. OLE color: 6705536.
HSL color Cylindrical-coordinate representation of color #805166: hue angle of 333.19º 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 #805166 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 102 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.50 |
| HSL | 333.19º | 0.22% | 0.41% | - |
| HSV(B) | 333.19º | 0.37% | 0.5% | - |
| XYZ | 14.24 | 11.43 | 14.03 | - |
| YUV | 97.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 102 | 0 | 0.37 | 0.20 | 0.50 | 333.19 | 0.22 | 0.41 |
| Hex | 80 | 51 | 66 | 0 | 25 | 14 | 32 | 14D | 16 | 29 |
| Octal | 200 | 121 | 146 | 0 | 45 | 24 | 62 | 515 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1100110 | 0 | 100101 | 10100 | 110010 | 101001101 | 10110 | 101001 |
Color Harmonies of #805166
Complementary color
Monochromatic Colors of #805166
Black with #805166
Text Example
Text Example
White with #805166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805166; }
p { color: rgb(128,81,102); }
H1.HeaderClassName
{
color: #805166;
}
.AnyTagClassName
{
color: #805166;
}
</style>
background-color css
<style>
a { background-color: #805166; }
a { background-color: rgb(128,81,102); }
div.DivClassName
{
background-color: #805166;
}
.BgClassName
{
background-color: #805166;
}
</style>
border-color css
<style>
span { border-color: #805166; }
span { border-color: rgb(128,81,102); }
td.TdClassName
{
border-color: #805166;
}
.TagClassName
{
border-color: #805166;
}
</style>