Shades of Cosmic #844A6C
Tints of Cosmic #844A6C
RGB
CMYK
RGB Variations
Color information
#844A6C (or 0x844A6C) is known color: Cosmic. HEX triplet: 84, 4A and 6C. RGB value is (132,74,108). Sum of RGB (Red+Green+Blue) = 132+74+108=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #844A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A6C is #7BB593. Grayscale: #5F5F5F. Windows color (decimal): -8107412 or 7096964. OLE color: 7096964.
HSL color Cylindrical-coordinate representation of color #844A6C: hue angle of 324.83º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844A6C is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 108 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.48 |
| HSL | 324.83º | 0.28% | 0.4% | - |
| HSV(B) | 324.83º | 0.44% | 0.52% | - |
| XYZ | 14.67 | 10.89 | 15.52 | - |
| YUV | 95.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 108 | 0 | 0.44 | 0.18 | 0.48 | 324.83 | 0.28 | 0.4 |
| Hex | 84 | 4A | 6C | 0 | 2C | 12 | 30 | 145 | 1C | 28 |
| Octal | 204 | 112 | 154 | 0 | 54 | 22 | 60 | 505 | 34 | 50 |
| Binary | 10000100 | 1001010 | 1101100 | 0 | 101100 | 10010 | 110000 | 101000101 | 11100 | 101000 |
Color Harmonies of #844A6C
Complementary color
Monochromatic Colors of #844A6C
Black with #844A6C
Text Example
Text Example
White with #844A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A6C; }
p { color: rgb(132,74,108); }
H1.HeaderClassName
{
color: #844A6C;
}
.AnyTagClassName
{
color: #844A6C;
}
</style>
background-color css
<style>
a { background-color: #844A6C; }
a { background-color: rgb(132,74,108); }
div.DivClassName
{
background-color: #844A6C;
}
.BgClassName
{
background-color: #844A6C;
}
</style>
border-color css
<style>
span { border-color: #844A6C; }
span { border-color: rgb(132,74,108); }
td.TdClassName
{
border-color: #844A6C;
}
.TagClassName
{
border-color: #844A6C;
}
</style>