Shades of Cosmic #804C6C
Tints of Cosmic #804C6C
RGB
CMYK
RGB Variations
Color information
#804C6C (or 0x804C6C) is known color: Cosmic. HEX triplet: 80, 4C and 6C. RGB value is (128,76,108). Sum of RGB (Red+Green+Blue) = 128+76+108=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #804C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804C6C is #7FB393. Grayscale: #5F5F5F. Windows color (decimal): -8369044 or 7097472. OLE color: 7097472.
HSL color Cylindrical-coordinate representation of color #804C6C: hue angle of 323.08º 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 #804C6C is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 108 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.50 |
| HSL | 323.08º | 0.25% | 0.4% | - |
| HSV(B) | 323.08º | 0.41% | 0.5% | - |
| XYZ | 14.19 | 10.84 | 15.53 | - |
| YUV | 95.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 108 | 0 | 0.41 | 0.16 | 0.50 | 323.08 | 0.25 | 0.4 |
| Hex | 80 | 4C | 6C | 0 | 29 | 10 | 32 | 143 | 19 | 28 |
| Octal | 200 | 114 | 154 | 0 | 51 | 20 | 62 | 503 | 31 | 50 |
| Binary | 10000000 | 1001100 | 1101100 | 0 | 101001 | 10000 | 110010 | 101000011 | 11001 | 101000 |
Color Harmonies of #804C6C
Complementary color
Monochromatic Colors of #804C6C
Black with #804C6C
Text Example
Text Example
White with #804C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C6C; }
p { color: rgb(128,76,108); }
H1.HeaderClassName
{
color: #804C6C;
}
.AnyTagClassName
{
color: #804C6C;
}
</style>
background-color css
<style>
a { background-color: #804C6C; }
a { background-color: rgb(128,76,108); }
div.DivClassName
{
background-color: #804C6C;
}
.BgClassName
{
background-color: #804C6C;
}
</style>
border-color css
<style>
span { border-color: #804C6C; }
span { border-color: rgb(128,76,108); }
td.TdClassName
{
border-color: #804C6C;
}
.TagClassName
{
border-color: #804C6C;
}
</style>