#80495C

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

Shades of Cosmic #80495C

Tints of Cosmic #80495C

Color information

#80495C (or 0x80495C) is unknown color: approx Cosmic. HEX triplet: 80, 49 and 5C. RGB value is (128,73,92). Sum of RGB (Red+Green+Blue) = 128+73+92=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #80495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80495C is #7FB6A3. Grayscale: #5B5B5B. Windows color (decimal): -8369828 or 6048128. OLE color: 6048128.

HSL color Cylindrical-coordinate representation of color #80495C: hue angle of 339.27º 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 #80495C is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1287392-
CMYK00.430.280.50
HSL339.27º27.36%39.41%-
HSV(B)339.27º42.97%50.2%-
XYZ13.2210.1311.38-
YUV91.61128.22153.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=43.69%
G=24.91%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128739200.430.280.50339.2727.3639.41
Hex80495C02B1C321531b27
Octal20011113405334625233347
Binary100000001001001101110001010111110011001010101001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80495C; }

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

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

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

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

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

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

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

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