Shades of Cosmic #805163
Tints of Cosmic #805163
RGB
CMYK
RGB Variations
Color information
#805163 (or 0x805163) is known color: Cosmic. HEX triplet: 80, 51 and 63. RGB value is (128,81,99). Sum of RGB (Red+Green+Blue) = 128+81+99=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #805163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805163 is #7FAE9C. Grayscale: #616161. Windows color (decimal): -8367773 or 6508928. OLE color: 6508928.
HSL color Cylindrical-coordinate representation of color #805163: hue angle of 337.02º 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 #805163 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 99 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.50 |
| HSL | 337.02º | 0.22% | 0.41% | - |
| HSV(B) | 337.02º | 0.37% | 0.5% | - |
| XYZ | 14.1 | 11.37 | 13.26 | - |
| YUV | 97.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 99 | 0 | 0.37 | 0.23 | 0.50 | 337.02 | 0.22 | 0.41 |
| Hex | 80 | 51 | 63 | 0 | 25 | 17 | 32 | 151 | 16 | 29 |
| Octal | 200 | 121 | 143 | 0 | 45 | 27 | 62 | 521 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1100011 | 0 | 100101 | 10111 | 110010 | 101010001 | 10110 | 101001 |
Color Harmonies of #805163
Complementary color
Monochromatic Colors of #805163
Black with #805163
Text Example
Text Example
White with #805163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805163; }
p { color: rgb(128,81,99); }
H1.HeaderClassName
{
color: #805163;
}
.AnyTagClassName
{
color: #805163;
}
</style>
background-color css
<style>
a { background-color: #805163; }
a { background-color: rgb(128,81,99); }
div.DivClassName
{
background-color: #805163;
}
.BgClassName
{
background-color: #805163;
}
</style>
border-color css
<style>
span { border-color: #805163; }
span { border-color: rgb(128,81,99); }
td.TdClassName
{
border-color: #805163;
}
.TagClassName
{
border-color: #805163;
}
</style>