#844C6A

Color #844C6A Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #844C6A

Tints of Cosmic #844C6A

Color information

#844C6A (or 0x844C6A) is unknown color: approx 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

RGB13276106-
CMYK00.420.200.48
HSL327.86º26.92%40.78%-
HSV(B)327.86º42.42%51.76%-
XYZ14.711.1215.01-
YUV96.16133.55153.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=42.04%
G=24.20%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327610600.420.200.48327.8626.9240.78
Hex844C6A02A14301481b29
Octal20411415205224605103351
Binary100001001001100110101001010101010011000010100100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>