Shades of Cosmic #805A6C
Tints of Cosmic #805A6C
RGB
CMYK
RGB Variations
Color information
#805A6C (or 0x805A6C) is known color: Cosmic. HEX triplet: 80, 5A and 6C. RGB value is (128,90,108). Sum of RGB (Red+Green+Blue) = 128+90+108=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #805A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805A6C is #7FA593. Grayscale: #676767. Windows color (decimal): -8365460 or 7101056. OLE color: 7101056.
HSL color Cylindrical-coordinate representation of color #805A6C: hue angle of 331.58º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805A6C is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 90 | 108 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.50 |
| HSL | 331.58º | 0.17% | 0.43% | - |
| HSV(B) | 331.58º | 0.3% | 0.5% | - |
| XYZ | 15.27 | 12.98 | 15.89 | - |
| YUV | 103.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 108 | 0 | 0.30 | 0.16 | 0.50 | 331.58 | 0.17 | 0.43 |
| Hex | 80 | 5A | 6C | 0 | 1E | 10 | 32 | 14C | 11 | 2B |
| Octal | 200 | 132 | 154 | 0 | 36 | 20 | 62 | 514 | 21 | 53 |
| Binary | 10000000 | 1011010 | 1101100 | 0 | 11110 | 10000 | 110010 | 101001100 | 10001 | 101011 |
Color Harmonies of #805A6C
Complementary color
Monochromatic Colors of #805A6C
Black with #805A6C
Text Example
Text Example
White with #805A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805A6C; }
p { color: rgb(128,90,108); }
H1.HeaderClassName
{
color: #805A6C;
}
.AnyTagClassName
{
color: #805A6C;
}
</style>
background-color css
<style>
a { background-color: #805A6C; }
a { background-color: rgb(128,90,108); }
div.DivClassName
{
background-color: #805A6C;
}
.BgClassName
{
background-color: #805A6C;
}
</style>
border-color css
<style>
span { border-color: #805A6C; }
span { border-color: rgb(128,90,108); }
td.TdClassName
{
border-color: #805A6C;
}
.TagClassName
{
border-color: #805A6C;
}
</style>