#803968

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

Shades of Cosmic #803968

Tints of Cosmic #803968

Color information

#803968 (or 0x803968) is unknown color: approx Cosmic. HEX triplet: 80, 39 and 68. RGB value is (128,57,104). Sum of RGB (Red+Green+Blue) = 128+57+104=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #803968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803968 is #7FC697. Grayscale: #535353. Windows color (decimal): -8373912 or 6830464. OLE color: 6830464.

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

Color convert

RGB12857104-
CMYK00.550.190.50
HSL320.28º38.38%36.27%-
HSV(B)320.28º55.47%50.2%-
XYZ12.868.5114.06-
YUV83.59139.52159.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=44.29%
G=19.72%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285710400.550.190.50320.2838.3836.27
Hex80396803713321402624
Octal2007115006723625004644
Binary100000001110011101000011011110011110010101000000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803968; }

 p { color: rgb(128,57,104); }

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

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

 a { background-color: rgb(128,57,104); }

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

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

 span { border-color: rgb(128,57,104); }

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