#8C4473

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

Shades of Cosmic #8C4473

Tints of Cosmic #8C4473

Color information

#8C4473 (or 0x8C4473) is unknown color: approx Cosmic. HEX triplet: 8C, 44 and 73. RGB value is (140,68,115). Sum of RGB (Red+Green+Blue) = 140+68+115=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4473 is #73BB8C. Grayscale: #5E5E5E. Windows color (decimal): -7584653 or 7554188. OLE color: 7554188.

HSL color Cylindrical-coordinate representation of color #8C4473: hue angle of 320.83º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4473 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB14068115-
CMYK00.510.180.45
HSL320.83º34.62%40.78%-
HSV(B)320.83º51.43%54.9%-
XYZ15.9810.9517.49-
YUV94.89139.35160.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=43.34%
G=21.05%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406811500.510.180.45320.8334.6240.78
Hex8C4473033122D1412329
Octal21410416306322555014351
Binary1000110010001001110011011001110010101101101000001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C4473; }

 p { color: rgb(140,68,115); }

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

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

 a { background-color: rgb(140,68,115); }

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

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

 span { border-color: rgb(140,68,115); }

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