Shades of Cosmic #804658
Tints of Cosmic #804658
RGB
CMYK
RGB Variations
Color information
#804658 (or 0x804658) is known color: Cosmic. HEX triplet: 80, 46 and 58. RGB value is (128,70,88). Sum of RGB (Red+Green+Blue) = 128+70+88=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #804658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804658 is #7FB9A7. Grayscale: #595959. Windows color (decimal): -8370600 or 5785216. OLE color: 5785216.
HSL color Cylindrical-coordinate representation of color #804658: hue angle of 341.38º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804658 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 88 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.50 |
| HSL | 341.38º | 0.29% | 0.39% | - |
| HSV(B) | 341.38º | 0.45% | 0.5% | - |
| XYZ | 12.85 | 9.67 | 10.42 | - |
| YUV | 89.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 88 | 0 | 0.45 | 0.31 | 0.50 | 341.38 | 0.29 | 0.39 |
| Hex | 80 | 46 | 58 | 0 | 2D | 1F | 32 | 155 | 1D | 27 |
| Octal | 200 | 106 | 130 | 0 | 55 | 37 | 62 | 525 | 35 | 47 |
| Binary | 10000000 | 1000110 | 1011000 | 0 | 101101 | 11111 | 110010 | 101010101 | 11101 | 100111 |
Color Harmonies of #804658
Complementary color
Monochromatic Colors of #804658
Black with #804658
Text Example
Text Example
White with #804658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804658; }
p { color: rgb(128,70,88); }
H1.HeaderClassName
{
color: #804658;
}
.AnyTagClassName
{
color: #804658;
}
</style>
background-color css
<style>
a { background-color: #804658; }
a { background-color: rgb(128,70,88); }
div.DivClassName
{
background-color: #804658;
}
.BgClassName
{
background-color: #804658;
}
</style>
border-color css
<style>
span { border-color: #804658; }
span { border-color: rgb(128,70,88); }
td.TdClassName
{
border-color: #804658;
}
.TagClassName
{
border-color: #804658;
}
</style>