#884A6F

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

Shades of Cosmic #884A6F

Tints of Cosmic #884A6F

Color information

#884A6F (or 0x884A6F) is unknown color: approx Cosmic. HEX triplet: 88, 4A and 6F. RGB value is (136,74,111). Sum of RGB (Red+Green+Blue) = 136+74+111=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A6F is #77B590. Grayscale: #606060. Windows color (decimal): -7845265 or 7293576. OLE color: 7293576.

HSL color Cylindrical-coordinate representation of color #884A6F: hue angle of 324.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A6F is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13674111-
CMYK00.460.180.47
HSL324.19º29.52%41.18%-
HSV(B)324.19º45.59%53.33%-
XYZ15.4711.2816.4-
YUV96.76136.04155.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=42.37%
G=23.05%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367411100.460.180.47324.1929.5241.18
Hex884A6F02E122F1441e29
Octal21011215705622575043651
Binary100010001001010110111101011101001010111110100010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,74,111); }

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

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

 a { background-color: rgb(136,74,111); }

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

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

 span { border-color: rgb(136,74,111); }

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