#804858

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

Shades of Cosmic #804858

Tints of Cosmic #804858

Color information

#804858 (or 0x804858) is unknown color: approx Cosmic. HEX triplet: 80, 48 and 58. RGB value is (128,72,88). Sum of RGB (Red+Green+Blue) = 128+72+88=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #804858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804858 is #7FB7A7. Grayscale: #5A5A5A. Windows color (decimal): -8370088 or 5785728. OLE color: 5785728.

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

Color convert

RGB1287288-
CMYK00.440.310.50
HSL342.86º28%39.22%-
HSV(B)342.86º43.75%50.2%-
XYZ12.989.9310.46-
YUV90.57126.55154.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=44.44%
G=25%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128728800.440.310.50342.862839.22
Hex80485802C1F321571c27
Octal20011013005437625273447
Binary100000001001000101100001011001111111001010101011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804858; }

 p { color: rgb(128,72,88); }

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

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

 a { background-color: rgb(128,72,88); }

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

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

 span { border-color: rgb(128,72,88); }

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