#804960

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

Shades of Cosmic #804960

Tints of Cosmic #804960

Color information

#804960 (or 0x804960) is unknown color: approx Cosmic. HEX triplet: 80, 49 and 60. RGB value is (128,73,96). Sum of RGB (Red+Green+Blue) = 128+73+96=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #804960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804960 is #7FB69F. Grayscale: #5C5C5C. Windows color (decimal): -8369824 or 6310272. OLE color: 6310272.

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

Color convert

RGB1287396-
CMYK00.430.250.50
HSL334.91º27.36%39.41%-
HSV(B)334.91º42.97%50.2%-
XYZ13.410.212.33-
YUV92.07130.22153.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.10%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=43.10%
G=24.58%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128739600.430.250.50334.9127.3639.41
Hex80496002B193214f1b27
Octal20011114005331625173347
Binary100000001001001110000001010111100111001010100111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804960; }

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

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

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

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

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

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

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

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