Shades of Cosmic #844C6E
Tints of Cosmic #844C6E
RGB
CMYK
RGB Variations
Color information
#844C6E (or 0x844C6E) is known color: Cosmic. HEX triplet: 84, 4C and 6E. RGB value is (132,76,110). Sum of RGB (Red+Green+Blue) = 132+76+110=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #844C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C6E is #7BB391. Grayscale: #606060. Windows color (decimal): -8106898 or 7228548. OLE color: 7228548.
HSL color Cylindrical-coordinate representation of color #844C6E: hue angle of 323.57º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844C6E is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 110 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.48 |
| HSL | 323.57º | 0.27% | 0.41% | - |
| HSV(B) | 323.57º | 0.42% | 0.52% | - |
| XYZ | 14.91 | 11.2 | 16.13 | - |
| YUV | 96.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 110 | 0 | 0.42 | 0.17 | 0.48 | 323.57 | 0.27 | 0.41 |
| Hex | 84 | 4C | 6E | 0 | 2A | 11 | 30 | 144 | 1B | 29 |
| Octal | 204 | 114 | 156 | 0 | 52 | 21 | 60 | 504 | 33 | 51 |
| Binary | 10000100 | 1001100 | 1101110 | 0 | 101010 | 10001 | 110000 | 101000100 | 11011 | 101001 |
Color Harmonies of #844C6E
Complementary color
Monochromatic Colors of #844C6E
Black with #844C6E
Text Example
Text Example
White with #844C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C6E; }
p { color: rgb(132,76,110); }
H1.HeaderClassName
{
color: #844C6E;
}
.AnyTagClassName
{
color: #844C6E;
}
</style>
background-color css
<style>
a { background-color: #844C6E; }
a { background-color: rgb(132,76,110); }
div.DivClassName
{
background-color: #844C6E;
}
.BgClassName
{
background-color: #844C6E;
}
</style>
border-color css
<style>
span { border-color: #844C6E; }
span { border-color: rgb(132,76,110); }
td.TdClassName
{
border-color: #844C6E;
}
.TagClassName
{
border-color: #844C6E;
}
</style>