Html Css Color HEX #893C68 Cosmic

📋 copy color: '#893C68'

red 137 ◦ green 60 ◦ blue 104

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

Shades of Cosmic #893C68

Tints of Cosmic #893C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 45.51%
G = 19.93%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#893C68 (or 0x893C68) is known color: Cosmic. HEX triplet: 89, 3C and 68. RGB value is (137,60,104). Sum of RGB (Red+Green+Blue) = 137+60+104=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #893C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C68 is #76C397. Grayscale: #575757. Windows color (decimal): -7783320 or 6831241. OLE color: 6831241.

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

Color convert

RGB 137 60 104 -
CMYK 0 0.56 0.24 0.46
HSL 325.71º 0.39% 0.39% -
HSV(B) 325.71º 0.56% 0.54% -
XYZ 14.43 9.55 14.18 -
YUV 88.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 137 60 104 0 0.56 0.24 0.46 325.71 0.39 0.39
Hex 89 3C 68 0 38 18 2E 146 27 27
Octal 211 74 150 0 70 30 56 506 47 47
Binary 10001001 111100 1101000 0 111000 11000 101110 101000110 100111 100111

Color Harmonies of #893C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C68

Black with #893C68

Text Example


Text Example

White with #893C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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