#8C4975

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

Shades of Cosmic #8C4975

Tints of Cosmic #8C4975

Color information

#8C4975 (or 0x8C4975) is unknown color: approx Cosmic. HEX triplet: 8C, 49 and 75. RGB value is (140,73,117). Sum of RGB (Red+Green+Blue) = 140+73+117=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4975 is #73B68A. Grayscale: #616161. Windows color (decimal): -7583371 or 7686540. OLE color: 7686540.

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

Color convert

RGB14073117-
CMYK00.480.160.45
HSL320.6º31.46%41.76%-
HSV(B)320.6º47.86%54.9%-
XYZ16.4111.6218.21-
YUV98.05138.7157.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.42%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=42.42%
G=22.12%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407311700.480.160.45320.631.4641.76
Hex8C4975030102D1411f2a
Octal21411116506020555013752
Binary100011001001001111010101100001000010110110100000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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