#804860

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

Shades of Cosmic #804860

Tints of Cosmic #804860

Color information

#804860 (or 0x804860) is unknown color: approx Cosmic. HEX triplet: 80, 48 and 60. RGB value is (128,72,96). Sum of RGB (Red+Green+Blue) = 128+72+96=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #804860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804860 is #7FB79F. Grayscale: #5B5B5B. Windows color (decimal): -8370080 or 6310016. OLE color: 6310016.

HSL color Cylindrical-coordinate representation of color #804860: hue angle of 334.29º 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 #804860 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB1287296-
CMYK00.440.250.50
HSL334.29º28%39.22%-
HSV(B)334.29º43.75%50.2%-
XYZ13.3310.0712.31-
YUV91.48130.55154.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=43.24%
G=24.32%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128729600.440.250.50334.292839.22
Hex80486002C193214e1c27
Octal20011014005431625163447
Binary100000001001000110000001011001100111001010100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804860; }

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

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

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

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

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

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

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

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