Shades of Cosmic #804A63
Tints of Cosmic #804A63
RGB
CMYK
RGB Variations
Color information
#804A63 (or 0x804A63) is known color: Cosmic. HEX triplet: 80, 4A and 63. RGB value is (128,74,99). Sum of RGB (Red+Green+Blue) = 128+74+99=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #804A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804A63 is #7FB59C. Grayscale: #5C5C5C. Windows color (decimal): -8369565 or 6507136. OLE color: 6507136.
HSL color Cylindrical-coordinate representation of color #804A63: hue angle of 332.22º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #804A63 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 99 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.50 |
| HSL | 332.22º | 0.27% | 0.4% | - |
| HSV(B) | 332.22º | 0.42% | 0.5% | - |
| XYZ | 13.6 | 10.39 | 13.09 | - |
| YUV | 93 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 99 | 0 | 0.42 | 0.23 | 0.50 | 332.22 | 0.27 | 0.4 |
| Hex | 80 | 4A | 63 | 0 | 2A | 17 | 32 | 14C | 1B | 28 |
| Octal | 200 | 112 | 143 | 0 | 52 | 27 | 62 | 514 | 33 | 50 |
| Binary | 10000000 | 1001010 | 1100011 | 0 | 101010 | 10111 | 110010 | 101001100 | 11011 | 101000 |
Color Harmonies of #804A63
Complementary color
Monochromatic Colors of #804A63
Black with #804A63
Text Example
Text Example
White with #804A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A63; }
p { color: rgb(128,74,99); }
H1.HeaderClassName
{
color: #804A63;
}
.AnyTagClassName
{
color: #804A63;
}
</style>
background-color css
<style>
a { background-color: #804A63; }
a { background-color: rgb(128,74,99); }
div.DivClassName
{
background-color: #804A63;
}
.BgClassName
{
background-color: #804A63;
}
</style>
border-color css
<style>
span { border-color: #804A63; }
span { border-color: rgb(128,74,99); }
td.TdClassName
{
border-color: #804A63;
}
.TagClassName
{
border-color: #804A63;
}
</style>