#80446C

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

Shades of Cosmic #80446C

Tints of Cosmic #80446C

Color information

#80446C (or 0x80446C) is unknown color: approx Cosmic. HEX triplet: 80, 44 and 6C. RGB value is (128,68,108). Sum of RGB (Red+Green+Blue) = 128+68+108=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80446C is #7FBB93. Grayscale: #5A5A5A. Windows color (decimal): -8371092 or 7095424. OLE color: 7095424.

HSL color Cylindrical-coordinate representation of color #80446C: hue angle of 320º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80446C is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12868108-
CMYK00.470.160.50
HSL320º30.61%38.43%-
HSV(B)320º46.88%50.2%-
XYZ13.689.8115.36-
YUV90.5137.88154.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=42.11%
G=22.37%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286810800.470.160.5032030.6138.43
Hex80446C02F10321401f26
Octal20010415405720625003746
Binary100000001000100110110001011111000011001010100000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,68,108); }

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

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

 a { background-color: rgb(128,68,108); }

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

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

 span { border-color: rgb(128,68,108); }

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