#884A6D

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

Shades of Cosmic #884A6D

Tints of Cosmic #884A6D

Color information

#884A6D (or 0x884A6D) is unknown color: approx Cosmic. HEX triplet: 88, 4A and 6D. RGB value is (136,74,109). Sum of RGB (Red+Green+Blue) = 136+74+109=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #884A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A6D is #77B592. Grayscale: #606060. Windows color (decimal): -7845267 or 7162504. OLE color: 7162504.

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

Color convert

RGB13674109-
CMYK00.460.200.47
HSL326.13º29.52%41.18%-
HSV(B)326.13º45.59%53.33%-
XYZ15.3611.2415.83-
YUV96.53135.04156.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 74 (29.30% from 255) = 23.20%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=42.63%
G=23.20%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367410900.460.200.47326.1329.5241.18
Hex884A6D02E142F1461e29
Octal21011215505624575063651
Binary100010001001010110110101011101010010111110100011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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