#803A69

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

Shades of Cosmic #803A69

Tints of Cosmic #803A69

Color information

#803A69 (or 0x803A69) is unknown color: approx Cosmic. HEX triplet: 80, 3A and 69. RGB value is (128,58,105). Sum of RGB (Red+Green+Blue) = 128+58+105=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #803A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803A69 is #7FC596. Grayscale: #545454. Windows color (decimal): -8373655 or 6896256. OLE color: 6896256.

HSL color Cylindrical-coordinate representation of color #803A69: hue angle of 319.71º 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 #803A69 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB12858105-
CMYK00.550.180.50
HSL319.71º37.63%36.47%-
HSV(B)319.71º54.69%50.2%-
XYZ12.968.6414.35-
YUV84.29139.69159.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=43.99%
G=19.93%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285810500.550.180.50319.7137.6336.47
Hex803A6903712321402624
Octal2007215106722625004644
Binary100000001110101101001011011110010110010101000000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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