#804E65

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

Shades of Cosmic #804E65

Tints of Cosmic #804E65

Color information

#804E65 (or 0x804E65) is unknown color: approx Cosmic. HEX triplet: 80, 4E and 65. RGB value is (128,78,101). Sum of RGB (Red+Green+Blue) = 128+78+101=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #804E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E65 is #7FB19A. Grayscale: #5F5F5F. Windows color (decimal): -8368539 or 6639232. OLE color: 6639232.

HSL color Cylindrical-coordinate representation of color #804E65: hue angle of 332.4º 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 #804E65 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB12878101-
CMYK00.390.210.50
HSL332.4º24.27%40.39%-
HSV(B)332.4º39.06%50.2%-
XYZ13.9810.9813.69-
YUV95.57131.06151.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=41.69%
G=25.41%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287810100.390.210.50332.424.2740.39
Hex804E65027153214c1828
Octal20011614504725625143050
Binary100000001001110110010101001111010111001010100110011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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