Shades of Cosmic #804C64
Tints of Cosmic #804C64
RGB
CMYK
RGB Variations
Color information
#804C64 (or 0x804C64) is known color: Cosmic. HEX triplet: 80, 4C and 64. RGB value is (128,76,100). Sum of RGB (Red+Green+Blue) = 128+76+100=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #804C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804C64 is #7FB39B. Grayscale: #5E5E5E. Windows color (decimal): -8369052 or 6573184. OLE color: 6573184.
HSL color Cylindrical-coordinate representation of color #804C64: hue angle of 332.31º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #804C64 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 100 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.50 |
| HSL | 332.31º | 0.25% | 0.4% | - |
| HSV(B) | 332.31º | 0.41% | 0.5% | - |
| XYZ | 13.79 | 10.68 | 13.39 | - |
| YUV | 94.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 100 | 0 | 0.41 | 0.22 | 0.50 | 332.31 | 0.25 | 0.4 |
| Hex | 80 | 4C | 64 | 0 | 29 | 16 | 32 | 14C | 19 | 28 |
| Octal | 200 | 114 | 144 | 0 | 51 | 26 | 62 | 514 | 31 | 50 |
| Binary | 10000000 | 1001100 | 1100100 | 0 | 101001 | 10110 | 110010 | 101001100 | 11001 | 101000 |
Color Harmonies of #804C64
Complementary color
Monochromatic Colors of #804C64
Black with #804C64
Text Example
Text Example
White with #804C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C64; }
p { color: rgb(128,76,100); }
H1.HeaderClassName
{
color: #804C64;
}
.AnyTagClassName
{
color: #804C64;
}
</style>
background-color css
<style>
a { background-color: #804C64; }
a { background-color: rgb(128,76,100); }
div.DivClassName
{
background-color: #804C64;
}
.BgClassName
{
background-color: #804C64;
}
</style>
border-color css
<style>
span { border-color: #804C64; }
span { border-color: rgb(128,76,100); }
td.TdClassName
{
border-color: #804C64;
}
.TagClassName
{
border-color: #804C64;
}
</style>