Html Css Color HEX #894C70 Cosmic

📋 copy color: '#894C70'

red 137 ◦ green 76 ◦ blue 112

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

Shades of Cosmic #894C70

Tints of Cosmic #894C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.38%

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 42.15%
G = 23.38%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#894C70 (or 0x894C70) is known color: Cosmic. HEX triplet: 89, 4C and 70. RGB value is (137,76,112). Sum of RGB (Red+Green+Blue) = 137+76+112=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #894C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894C70 is #76B38F. Grayscale: #626262. Windows color (decimal): -7779216 or 7359625. OLE color: 7359625.

HSL color Cylindrical-coordinate representation of color #894C70: hue angle of 324.59º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894C70 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 76 112 -
CMYK 0 0.45 0.18 0.46
HSL 324.59º 0.29% 0.42% -
HSV(B) 324.59º 0.45% 0.54% -
XYZ 15.83 11.66 16.75 -
YUV 98.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 137 76 112 0 0.45 0.18 0.46 324.59 0.29 0.42
Hex 89 4C 70 0 2D 12 2E 145 1D 2A
Octal 211 114 160 0 55 22 56 505 35 52
Binary 10001001 1001100 1110000 0 101101 10010 101110 101000101 11101 101010

Color Harmonies of #894C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894C70

Black with #894C70

Text Example


Text Example

White with #894C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894C70; }

 p { color: rgb(137,76,112); }

 H1.HeaderClassName
 {
   color: #894C70;
 }
 .AnyTagClassName
 {
   color: #894C70;
 }
</style>

background-color css

<style>
 a { background-color: #894C70; }

 a { background-color: rgb(137,76,112); }

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

border-color css

<style>
 span { border-color: #894C70; }

 span { border-color: rgb(137,76,112); }

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