#8C4673

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

Shades of Cosmic #8C4673

Tints of Cosmic #8C4673

Color information

#8C4673 (or 0x8C4673) is unknown color: approx Cosmic. HEX triplet: 8C, 46 and 73. RGB value is (140,70,115). Sum of RGB (Red+Green+Blue) = 140+70+115=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4673 is #73B98C. Grayscale: #5F5F5F. Windows color (decimal): -7584141 or 7554700. OLE color: 7554700.

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

Color convert

RGB14070115-
CMYK00.500.180.45
HSL321.43º33.33%41.18%-
HSV(B)321.43º50%54.9%-
XYZ16.111.1917.53-
YUV96.06138.69159.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.08%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=43.08%
G=21.54%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407011500.500.180.45321.4333.3341.18
Hex8C4673032122D1412129
Octal21410616306222555014151
Binary1000110010001101110011011001010010101101101000001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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