Shades of Cosmic #804362
Tints of Cosmic #804362
RGB
CMYK
RGB Variations
Color information
#804362 (or 0x804362) is known color: Cosmic. HEX triplet: 80, 43 and 62. RGB value is (128,67,98). Sum of RGB (Red+Green+Blue) = 128+67+98=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #804362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804362 is #7FBC9D. Grayscale: #585858. Windows color (decimal): -8371358 or 6439808. OLE color: 6439808.
HSL color Cylindrical-coordinate representation of color #804362: hue angle of 329.51º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804362 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 98 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.50 |
| HSL | 329.51º | 0.31% | 0.38% | - |
| HSV(B) | 329.51º | 0.48% | 0.5% | - |
| XYZ | 13.11 | 9.49 | 12.69 | - |
| YUV | 88.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 98 | 0 | 0.48 | 0.23 | 0.50 | 329.51 | 0.31 | 0.38 |
| Hex | 80 | 43 | 62 | 0 | 30 | 17 | 32 | 14A | 1F | 26 |
| Octal | 200 | 103 | 142 | 0 | 60 | 27 | 62 | 512 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1100010 | 0 | 110000 | 10111 | 110010 | 101001010 | 11111 | 100110 |
Color Harmonies of #804362
Complementary color
Monochromatic Colors of #804362
Black with #804362
Text Example
Text Example
White with #804362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804362; }
p { color: rgb(128,67,98); }
H1.HeaderClassName
{
color: #804362;
}
.AnyTagClassName
{
color: #804362;
}
</style>
background-color css
<style>
a { background-color: #804362; }
a { background-color: rgb(128,67,98); }
div.DivClassName
{
background-color: #804362;
}
.BgClassName
{
background-color: #804362;
}
</style>
border-color css
<style>
span { border-color: #804362; }
span { border-color: rgb(128,67,98); }
td.TdClassName
{
border-color: #804362;
}
.TagClassName
{
border-color: #804362;
}
</style>