#8C4674

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

Shades of Cosmic #8C4674

Tints of Cosmic #8C4674

Color information

#8C4674 (or 0x8C4674) is unknown color: approx Cosmic. HEX triplet: 8C, 46 and 74. RGB value is (140,70,116). Sum of RGB (Red+Green+Blue) = 140+70+116=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4674 is #73B98B. Grayscale: #606060. Windows color (decimal): -7584140 or 7620236. OLE color: 7620236.

HSL color Cylindrical-coordinate representation of color #8C4674: hue angle of 320.57º 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 #8C4674 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB14070116-
CMYK00.500.170.45
HSL320.57º33.33%41.18%-
HSV(B)320.57º50%54.9%-
XYZ16.1611.2217.84-
YUV96.17139.19159.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 116 (45.70% from 255) = 35.58%
R=42.94%
G=21.47%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407011600.500.170.45320.5733.3341.18
Hex8C4674032112D1412129
Octal21410616406221555014151
Binary1000110010001101110100011001010001101101101000001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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