Shades of Cosmic #804F5C
Tints of Cosmic #804F5C
RGB
CMYK
RGB Variations
Color information
#804F5C (or 0x804F5C) is known color: Cosmic. HEX triplet: 80, 4F and 5C. RGB value is (128,79,92). Sum of RGB (Red+Green+Blue) = 128+79+92=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #804F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804F5C is #7FB0A3. Grayscale: #5F5F5F. Windows color (decimal): -8368292 or 6049664. OLE color: 6049664.
HSL color Cylindrical-coordinate representation of color #804F5C: hue angle of 344.08º 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 #804F5C is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 92 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.50 |
| HSL | 344.08º | 0.24% | 0.41% | - |
| HSV(B) | 344.08º | 0.38% | 0.5% | - |
| XYZ | 13.63 | 10.95 | 11.52 | - |
| YUV | 95.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 92 | 0 | 0.38 | 0.28 | 0.50 | 344.08 | 0.24 | 0.41 |
| Hex | 80 | 4F | 5C | 0 | 26 | 1C | 32 | 158 | 18 | 29 |
| Octal | 200 | 117 | 134 | 0 | 46 | 34 | 62 | 530 | 30 | 51 |
| Binary | 10000000 | 1001111 | 1011100 | 0 | 100110 | 11100 | 110010 | 101011000 | 11000 | 101001 |
Color Harmonies of #804F5C
Complementary color
Monochromatic Colors of #804F5C
Black with #804F5C
Text Example
Text Example
White with #804F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F5C; }
p { color: rgb(128,79,92); }
H1.HeaderClassName
{
color: #804F5C;
}
.AnyTagClassName
{
color: #804F5C;
}
</style>
background-color css
<style>
a { background-color: #804F5C; }
a { background-color: rgb(128,79,92); }
div.DivClassName
{
background-color: #804F5C;
}
.BgClassName
{
background-color: #804F5C;
}
</style>
border-color css
<style>
span { border-color: #804F5C; }
span { border-color: rgb(128,79,92); }
td.TdClassName
{
border-color: #804F5C;
}
.TagClassName
{
border-color: #804F5C;
}
</style>