#804E67

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

Shades of Cosmic #804E67

Tints of Cosmic #804E67

Color information

#804E67 (or 0x804E67) is unknown color: approx Cosmic. HEX triplet: 80, 4E and 67. RGB value is (128,78,103). Sum of RGB (Red+Green+Blue) = 128+78+103=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #804E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E67 is #7FB198. Grayscale: #5F5F5F. Windows color (decimal): -8368537 or 6770304. OLE color: 6770304.

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

Color convert

RGB12878103-
CMYK00.390.200.50
HSL330º24.27%40.39%-
HSV(B)330º39.06%50.2%-
XYZ14.0711.0214.22-
YUV95.8132.06150.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.42%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=41.42%
G=25.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287810300.390.200.5033024.2740.39
Hex804E67027143214a1828
Octal20011614704724625123050
Binary100000001001110110011101001111010011001010100101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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