Shades of Cosmic #804F64
Tints of Cosmic #804F64
RGB
CMYK
RGB Variations
Color information
#804F64 (or 0x804F64) is known color: Cosmic. HEX triplet: 80, 4F and 64. RGB value is (128,79,100). Sum of RGB (Red+Green+Blue) = 128+79+100=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #804F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804F64 is #7FB09B. Grayscale: #606060. Windows color (decimal): -8368284 or 6573952. OLE color: 6573952.
HSL color Cylindrical-coordinate representation of color #804F64: hue angle of 334.29º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #804F64 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 100 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.50 |
| HSL | 334.29º | 0.24% | 0.41% | - |
| HSV(B) | 334.29º | 0.38% | 0.5% | - |
| XYZ | 14 | 11.1 | 13.46 | - |
| YUV | 96.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 100 | 0 | 0.38 | 0.22 | 0.50 | 334.29 | 0.24 | 0.41 |
| Hex | 80 | 4F | 64 | 0 | 26 | 16 | 32 | 14E | 18 | 29 |
| Octal | 200 | 117 | 144 | 0 | 46 | 26 | 62 | 516 | 30 | 51 |
| Binary | 10000000 | 1001111 | 1100100 | 0 | 100110 | 10110 | 110010 | 101001110 | 11000 | 101001 |
Color Harmonies of #804F64
Complementary color
Monochromatic Colors of #804F64
Black with #804F64
Text Example
Text Example
White with #804F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F64; }
p { color: rgb(128,79,100); }
H1.HeaderClassName
{
color: #804F64;
}
.AnyTagClassName
{
color: #804F64;
}
</style>
background-color css
<style>
a { background-color: #804F64; }
a { background-color: rgb(128,79,100); }
div.DivClassName
{
background-color: #804F64;
}
.BgClassName
{
background-color: #804F64;
}
</style>
border-color css
<style>
span { border-color: #804F64; }
span { border-color: rgb(128,79,100); }
td.TdClassName
{
border-color: #804F64;
}
.TagClassName
{
border-color: #804F64;
}
</style>