#884C6D

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

Shades of Cosmic #884C6D

Tints of Cosmic #884C6D

Color information

#884C6D (or 0x884C6D) is unknown color: approx Cosmic. HEX triplet: 88, 4C and 6D. RGB value is (136,76,109). Sum of RGB (Red+Green+Blue) = 136+76+109=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C6D is #77B392. Grayscale: #616161. Windows color (decimal): -7844755 or 7163016. OLE color: 7163016.

HSL color Cylindrical-coordinate representation of color #884C6D: hue angle of 327º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C6D is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13676109-
CMYK00.440.200.47
HSL327º28.3%41.57%-
HSV(B)327º44.12%53.33%-
XYZ15.511.5115.87-
YUV97.7134.38155.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=42.37%
G=23.68%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367610900.440.200.4732728.341.57
Hex884C6D02C142F1471c2a
Octal21011415505424575073452
Binary100010001001100110110101011001010010111110100011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884C6D; }

 p { color: rgb(136,76,109); }

 H1.HeaderClassName
 {
   color: #884C6D;
 }
 .AnyTagClassName
 {
   color: #884C6D;
 }
</style>
background-color css

<style>
 a { background-color: #884C6D; }

 a { background-color: rgb(136,76,109); }

 div.DivClassName
 {
   background-color: #884C6D;
 }
 .BgClassName
 {
   background-color: #884C6D;
 }
</style>
border-color css

<style>
 span { border-color: #884C6D; }

 span { border-color: rgb(136,76,109); }

 td.TdClassName
 {
   border-color: #884C6D;
 }
 .TagClassName
 {
   border-color: #884C6D;
 }
</style>