Html Css Color HEX #893C64 Cosmic

📋 copy color: '#893C64'

red 137 ◦ green 60 ◦ blue 100

#893C64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #893C64

Tints of Cosmic #893C64

RGB

 RED value IS 137 (53.91% from 255) = 46.13%

 GREEN value IS 60 (23.83% from 255) = 20.2%

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 46.13%
G = 20.2%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#893C64 (or 0x893C64) is known color: Cosmic. HEX triplet: 89, 3C and 64. RGB value is (137,60,100). Sum of RGB (Red+Green+Blue) = 137+60+100=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #893C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C64 is #76C39B. Grayscale: #575757. Windows color (decimal): -7783324 or 6569097. OLE color: 6569097.

HSL color Cylindrical-coordinate representation of color #893C64: hue angle of 328.83º 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 #893C64 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 60 100 -
CMYK 0 0.56 0.27 0.46
HSL 328.83º 0.39% 0.39% -
HSV(B) 328.83º 0.56% 0.54% -
XYZ 14.23 9.47 13.13 -
YUV 87.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 137 60 100 0 0.56 0.27 0.46 328.83 0.39 0.39
Hex 89 3C 64 0 38 1B 2E 149 27 27
Octal 211 74 144 0 70 33 56 511 47 47
Binary 10001001 111100 1100100 0 111000 11011 101110 101001001 100111 100111

Color Harmonies of #893C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C64

Black with #893C64

Text Example


Text Example

White with #893C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #893C64;
 }
 .AnyTagClassName
 {
   color: #893C64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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