#803E69

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

Shades of Cosmic #803E69

Tints of Cosmic #803E69

Color information

#803E69 (or 0x803E69) is unknown color: approx Cosmic. HEX triplet: 80, 3E and 69. RGB value is (128,62,105). Sum of RGB (Red+Green+Blue) = 128+62+105=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #803E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E69 is #7FC196. Grayscale: #565656. Windows color (decimal): -8372631 or 6897280. OLE color: 6897280.

HSL color Cylindrical-coordinate representation of color #803E69: hue angle of 320.91º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803E69 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB12862105-
CMYK00.520.180.50
HSL320.91º34.74%37.25%-
HSV(B)320.91º51.56%50.2%-
XYZ13.179.0514.42-
YUV86.64138.37157.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=43.39%
G=21.02%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286210500.520.180.50320.9134.7437.25
Hex803E6903412321412325
Octal2007615106422625014345
Binary100000001111101101001011010010010110010101000001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803E69; }

 p { color: rgb(128,62,105); }

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

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

 a { background-color: rgb(128,62,105); }

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

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

 span { border-color: rgb(128,62,105); }

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