#8C446F

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

Shades of Cosmic #8C446F

Tints of Cosmic #8C446F

Color information

#8C446F (or 0x8C446F) is unknown color: approx Cosmic. HEX triplet: 8C, 44 and 6F. RGB value is (140,68,111). Sum of RGB (Red+Green+Blue) = 140+68+111=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C446F is #73BB90. Grayscale: #5E5E5E. Windows color (decimal): -7584657 or 7292044. OLE color: 7292044.

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

Color convert

RGB14068111-
CMYK00.510.210.45
HSL324.17º34.62%40.78%-
HSV(B)324.17º51.43%54.9%-
XYZ15.7510.8616.3-
YUV94.43137.35160.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.89%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=43.89%
G=21.32%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406811100.510.210.45324.1734.6240.78
Hex8C446F033152D1442329
Octal21410415706325555044351
Binary1000110010001001101111011001110101101101101000100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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