#8C3F6E

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

Shades of Cosmic #8C3F6E

Tints of Cosmic #8C3F6E

Color information

#8C3F6E (or 0x8C3F6E) is unknown color: approx Cosmic. HEX triplet: 8C, 3F and 6E. RGB value is (140,63,110). Sum of RGB (Red+Green+Blue) = 140+63+110=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3F6E is #73C091. Grayscale: #5B5B5B. Windows color (decimal): -7585938 or 7225228. OLE color: 7225228.

HSL color Cylindrical-coordinate representation of color #8C3F6E: hue angle of 323.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C3F6E is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14063110-
CMYK00.550.210.45
HSL323.38º37.93%39.8%-
HSV(B)323.38º55%54.9%-
XYZ15.4110.2615.92-
YUV91.38138.51162.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=44.73%
G=20.13%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406311000.550.210.45323.3837.9339.8
Hex8C3F6E037152D1432628
Octal2147715606725555034650
Binary100011001111111101110011011110101101101101000011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,63,110); }

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

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

 a { background-color: rgb(140,63,110); }

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

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

 span { border-color: rgb(140,63,110); }

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