#804264

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

Shades of Cosmic #804264

Tints of Cosmic #804264

Color information

#804264 (or 0x804264) is unknown color: approx Cosmic. HEX triplet: 80, 42 and 64. RGB value is (128,66,100). Sum of RGB (Red+Green+Blue) = 128+66+100=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #804264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804264 is #7FBD9B. Grayscale: #585858. Windows color (decimal): -8371612 or 6570624. OLE color: 6570624.

HSL color Cylindrical-coordinate representation of color #804264: hue angle of 327.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804264 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB12866100-
CMYK00.480.220.50
HSL327.1º31.96%38.04%-
HSV(B)327.1º48.44%50.2%-
XYZ13.159.4113.18-
YUV88.41134.54156.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=43.54%
G=22.45%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286610000.480.220.50327.131.9638.04
Hex80426403016321472026
Octal20010214406026625074046
Binary1000000010000101100100011000010110110010101000111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804264; }

 p { color: rgb(128,66,100); }

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

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

 a { background-color: rgb(128,66,100); }

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

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

 span { border-color: rgb(128,66,100); }

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