Shades of Cosmic #805866
Tints of Cosmic #805866
RGB
CMYK
RGB Variations
Color information
#805866 (or 0x805866) is known color: Cosmic. HEX triplet: 80, 58 and 66. RGB value is (128,88,102). Sum of RGB (Red+Green+Blue) = 128+88+102=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #805866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805866 is #7FA799. Grayscale: #656565. Windows color (decimal): -8365978 or 6707328. OLE color: 6707328.
HSL color Cylindrical-coordinate representation of color #805866: hue angle of 339º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805866 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 102 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.50 |
| HSL | 339º | 0.19% | 0.42% | - |
| HSV(B) | 339º | 0.31% | 0.5% | - |
| XYZ | 14.79 | 12.53 | 14.21 | - |
| YUV | 101.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 102 | 0 | 0.31 | 0.20 | 0.50 | 339 | 0.19 | 0.42 |
| Hex | 80 | 58 | 66 | 0 | 1F | 14 | 32 | 153 | 13 | 2A |
| Octal | 200 | 130 | 146 | 0 | 37 | 24 | 62 | 523 | 23 | 52 |
| Binary | 10000000 | 1011000 | 1100110 | 0 | 11111 | 10100 | 110010 | 101010011 | 10011 | 101010 |
Color Harmonies of #805866
Complementary color
Monochromatic Colors of #805866
Black with #805866
Text Example
Text Example
White with #805866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805866; }
p { color: rgb(128,88,102); }
H1.HeaderClassName
{
color: #805866;
}
.AnyTagClassName
{
color: #805866;
}
</style>
background-color css
<style>
a { background-color: #805866; }
a { background-color: rgb(128,88,102); }
div.DivClassName
{
background-color: #805866;
}
.BgClassName
{
background-color: #805866;
}
</style>
border-color css
<style>
span { border-color: #805866; }
span { border-color: rgb(128,88,102); }
td.TdClassName
{
border-color: #805866;
}
.TagClassName
{
border-color: #805866;
}
</style>