#804463

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

Shades of Cosmic #804463

Tints of Cosmic #804463

Color information

#804463 (or 0x804463) is unknown color: approx Cosmic. HEX triplet: 80, 44 and 63. RGB value is (128,68,99). Sum of RGB (Red+Green+Blue) = 128+68+99=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #804463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804463 is #7FBB9C. Grayscale: #595959. Windows color (decimal): -8371101 or 6505600. OLE color: 6505600.

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

Color convert

RGB1286899-
CMYK00.470.230.50
HSL329º30.61%38.43%-
HSV(B)329º46.88%50.2%-
XYZ13.229.6212.97-
YUV89.47133.38155.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=43.39%
G=23.05%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128689900.470.230.5032930.6138.43
Hex80446302F17321491f26
Octal20010414305727625113746
Binary100000001000100110001101011111011111001010100100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804463; }

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

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

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

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

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

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

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

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