Shades of Cosmic #843C6A
Tints of Cosmic #843C6A
RGB
CMYK
RGB Variations
Color information
#843C6A (or 0x843C6A) is known color: Cosmic. HEX triplet: 84, 3C and 6A. RGB value is (132,60,106). Sum of RGB (Red+Green+Blue) = 132+60+106=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #843C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C6A is #7BC395. Grayscale: #565656. Windows color (decimal): -8110998 or 6962308. OLE color: 6962308.
HSL color Cylindrical-coordinate representation of color #843C6A: hue angle of 321.67º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C6A is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 106 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.48 |
| HSL | 321.67º | 0.38% | 0.38% | - |
| HSV(B) | 321.67º | 0.55% | 0.52% | - |
| XYZ | 13.73 | 9.18 | 14.68 | - |
| YUV | 86.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 106 | 0 | 0.55 | 0.20 | 0.48 | 321.67 | 0.38 | 0.38 |
| Hex | 84 | 3C | 6A | 0 | 37 | 14 | 30 | 142 | 26 | 26 |
| Octal | 204 | 74 | 152 | 0 | 67 | 24 | 60 | 502 | 46 | 46 |
| Binary | 10000100 | 111100 | 1101010 | 0 | 110111 | 10100 | 110000 | 101000010 | 100110 | 100110 |
Color Harmonies of #843C6A
Complementary color
Monochromatic Colors of #843C6A
Black with #843C6A
Text Example
Text Example
White with #843C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C6A; }
p { color: rgb(132,60,106); }
H1.HeaderClassName
{
color: #843C6A;
}
.AnyTagClassName
{
color: #843C6A;
}
</style>
background-color css
<style>
a { background-color: #843C6A; }
a { background-color: rgb(132,60,106); }
div.DivClassName
{
background-color: #843C6A;
}
.BgClassName
{
background-color: #843C6A;
}
</style>
border-color css
<style>
span { border-color: #843C6A; }
span { border-color: rgb(132,60,106); }
td.TdClassName
{
border-color: #843C6A;
}
.TagClassName
{
border-color: #843C6A;
}
</style>