Shades of Cosmic #805165
Tints of Cosmic #805165
RGB
CMYK
RGB Variations
Color information
#805165 (or 0x805165) is known color: Cosmic. HEX triplet: 80, 51 and 65. RGB value is (128,81,101). Sum of RGB (Red+Green+Blue) = 128+81+101=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #805165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805165 is #7FAE9A. Grayscale: #616161. Windows color (decimal): -8367771 or 6640000. OLE color: 6640000.
HSL color Cylindrical-coordinate representation of color #805165: hue angle of 334.47º 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 #805165 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 101 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.50 |
| HSL | 334.47º | 0.22% | 0.41% | - |
| HSV(B) | 334.47º | 0.37% | 0.5% | - |
| XYZ | 14.19 | 11.41 | 13.77 | - |
| YUV | 97.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 101 | 0 | 0.37 | 0.21 | 0.50 | 334.47 | 0.22 | 0.41 |
| Hex | 80 | 51 | 65 | 0 | 25 | 15 | 32 | 14E | 16 | 29 |
| Octal | 200 | 121 | 145 | 0 | 45 | 25 | 62 | 516 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1100101 | 0 | 100101 | 10101 | 110010 | 101001110 | 10110 | 101001 |
Color Harmonies of #805165
Complementary color
Monochromatic Colors of #805165
Black with #805165
Text Example
Text Example
White with #805165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805165; }
p { color: rgb(128,81,101); }
H1.HeaderClassName
{
color: #805165;
}
.AnyTagClassName
{
color: #805165;
}
</style>
background-color css
<style>
a { background-color: #805165; }
a { background-color: rgb(128,81,101); }
div.DivClassName
{
background-color: #805165;
}
.BgClassName
{
background-color: #805165;
}
</style>
border-color css
<style>
span { border-color: #805165; }
span { border-color: rgb(128,81,101); }
td.TdClassName
{
border-color: #805165;
}
.TagClassName
{
border-color: #805165;
}
</style>