#884A6A

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

Shades of Cosmic #884A6A

Tints of Cosmic #884A6A

Color information

#884A6A (or 0x884A6A) is unknown color: approx Cosmic. HEX triplet: 88, 4A and 6A. RGB value is (136,74,106). Sum of RGB (Red+Green+Blue) = 136+74+106=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #884A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A6A is #77B595. Grayscale: #606060. Windows color (decimal): -7845270 or 6965896. OLE color: 6965896.

HSL color Cylindrical-coordinate representation of color #884A6A: hue angle of 329.03º 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 #884A6A is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13674106-
CMYK00.460.220.47
HSL329.03º29.52%41.18%-
HSV(B)329.03º45.59%53.33%-
XYZ15.211.1714.99-
YUV96.19133.54156.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.04%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=43.04%
G=23.42%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367410600.460.220.47329.0329.5241.18
Hex884A6A02E162F1491e29
Octal21011215205626575113651
Binary100010001001010110101001011101011010111110100100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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