Shades of Cosmic #844C6A
Tints of Cosmic #844C6A
RGB
CMYK
RGB Variations
Color information
#844C6A (or 0x844C6A) is known color: Cosmic. HEX triplet: 84, 4C and 6A. RGB value is (132,76,106). Sum of RGB (Red+Green+Blue) = 132+76+106=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #844C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C6A is #7BB395. Grayscale: #606060. Windows color (decimal): -8106902 or 6966404. OLE color: 6966404.
HSL color Cylindrical-coordinate representation of color #844C6A: hue angle of 327.86º 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 #844C6A is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 106 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.48 |
| HSL | 327.86º | 0.27% | 0.41% | - |
| HSV(B) | 327.86º | 0.42% | 0.52% | - |
| XYZ | 14.7 | 11.12 | 15.01 | - |
| YUV | 96.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 106 | 0 | 0.42 | 0.20 | 0.48 | 327.86 | 0.27 | 0.41 |
| Hex | 84 | 4C | 6A | 0 | 2A | 14 | 30 | 148 | 1B | 29 |
| Octal | 204 | 114 | 152 | 0 | 52 | 24 | 60 | 510 | 33 | 51 |
| Binary | 10000100 | 1001100 | 1101010 | 0 | 101010 | 10100 | 110000 | 101001000 | 11011 | 101001 |
Color Harmonies of #844C6A
Complementary color
Monochromatic Colors of #844C6A
Black with #844C6A
Text Example
Text Example
White with #844C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C6A; }
p { color: rgb(132,76,106); }
H1.HeaderClassName
{
color: #844C6A;
}
.AnyTagClassName
{
color: #844C6A;
}
</style>
background-color css
<style>
a { background-color: #844C6A; }
a { background-color: rgb(132,76,106); }
div.DivClassName
{
background-color: #844C6A;
}
.BgClassName
{
background-color: #844C6A;
}
</style>
border-color css
<style>
span { border-color: #844C6A; }
span { border-color: rgb(132,76,106); }
td.TdClassName
{
border-color: #844C6A;
}
.TagClassName
{
border-color: #844C6A;
}
</style>