#8C4375

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

Shades of Cosmic #8C4375

Tints of Cosmic #8C4375

Color information

#8C4375 (or 0x8C4375) is unknown color: approx Cosmic. HEX triplet: 8C, 43 and 75. RGB value is (140,67,117). Sum of RGB (Red+Green+Blue) = 140+67+117=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4375 is #73BC8A. Grayscale: #5E5E5E. Windows color (decimal): -7584907 or 7685004. OLE color: 7685004.

HSL color Cylindrical-coordinate representation of color #8C4375: hue angle of 318.9º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C4375 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB14067117-
CMYK00.520.160.45
HSL318.9º35.27%40.59%-
HSV(B)318.9º52.14%54.9%-
XYZ16.0310.8718.08-
YUV94.53140.68160.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 67 (26.56% from 255) = 20.68%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=43.21%
G=20.68%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406711700.520.160.45318.935.2740.59
Hex8C4375034102D13f2329
Octal21410316506420554774351
Binary1000110010000111110101011010010000101101100111111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,67,117); }

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

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

 a { background-color: rgb(140,67,117); }

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

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

 span { border-color: rgb(140,67,117); }

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