#893C6C

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

Shades of Cosmic #893C6C

Tints of Cosmic #893C6C

Color information

#893C6C (or 0x893C6C) is unknown color: approx Cosmic. HEX triplet: 89, 3C and 6C. RGB value is (137,60,108). Sum of RGB (Red+Green+Blue) = 137+60+108=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #893C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C6C is #76C393. Grayscale: #585858. Windows color (decimal): -7783316 or 7093385. OLE color: 7093385.

HSL color Cylindrical-coordinate representation of color #893C6C: hue angle of 322.6º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C6C is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB13760108-
CMYK00.560.210.46
HSL322.6º39.09%38.63%-
HSV(B)322.6º56.2%53.73%-
XYZ14.649.6315.28-
YUV88.49139.01162.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 60 (23.83% from 255) = 19.67%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=44.92%
G=19.67%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376010800.560.210.46322.639.0938.63
Hex893C6C038152E1432727
Octal2117415407025565034747
Binary100010011111001101100011100010101101110101000011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893C6C; }

 p { color: rgb(137,60,108); }

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

<style>
 a { background-color: #893C6C; }

 a { background-color: rgb(137,60,108); }

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

<style>
 span { border-color: #893C6C; }

 span { border-color: rgb(137,60,108); }

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