#804E5C

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

Shades of Cosmic #804E5C

Tints of Cosmic #804E5C

Color information

#804E5C (or 0x804E5C) is unknown color: approx Cosmic. HEX triplet: 80, 4E and 5C. RGB value is (128,78,92). Sum of RGB (Red+Green+Blue) = 128+78+92=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #804E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E5C is #7FB1A3. Grayscale: #5E5E5E. Windows color (decimal): -8368548 or 6049408. OLE color: 6049408.

HSL color Cylindrical-coordinate representation of color #804E5C: hue angle of 343.2º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #804E5C is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1287892-
CMYK00.390.280.50
HSL343.2º24.27%40.39%-
HSV(B)343.2º39.06%50.2%-
XYZ13.5610.8111.5-
YUV94.55126.56151.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=42.95%
G=26.17%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128789200.390.280.50343.224.2740.39
Hex804E5C0271C321571828
Octal20011613404734625273050
Binary100000001001110101110001001111110011001010101011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804E5C; }

 p { color: rgb(128,78,92); }

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

<style>
 a { background-color: #804E5C; }

 a { background-color: rgb(128,78,92); }

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

<style>
 span { border-color: #804E5C; }

 span { border-color: rgb(128,78,92); }

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