#8C396C

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

Shades of Cosmic #8C396C

Tints of Cosmic #8C396C

Color information

#8C396C (or 0x8C396C) is unknown color: approx Cosmic. HEX triplet: 8C, 39 and 6C. RGB value is (140,57,108). Sum of RGB (Red+Green+Blue) = 140+57+108=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C396C is #73C693. Grayscale: #575757. Windows color (decimal): -7587476 or 7092620. OLE color: 7092620.

HSL color Cylindrical-coordinate representation of color #8C396C: hue angle of 323.13º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C396C is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB14057108-
CMYK00.590.230.45
HSL323.13º42.13%38.63%-
HSV(B)323.13º59.29%54.9%-
XYZ14.999.5815.25-
YUV87.63139.5165.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=45.90%
G=18.69%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405710800.590.230.45323.1342.1338.63
Hex8C396C03B172D1432a27
Octal2147115407327555035247
Binary100011001110011101100011101110111101101101000011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,57,108); }

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

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

 a { background-color: rgb(140,57,108); }

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

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

 span { border-color: rgb(140,57,108); }

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