Html Css Color HEX #894060 Cosmic

📋 copy color: '#894060'

red 137 ◦ green 64 ◦ blue 96

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

Shades of Cosmic #894060

Tints of Cosmic #894060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 46.13%
G = 21.55%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#894060 (or 0x894060) is known color: Cosmic. HEX triplet: 89, 40 and 60. RGB value is (137,64,96). Sum of RGB (Red+Green+Blue) = 137+64+96=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #894060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894060 is #76BF9F. Grayscale: #595959. Windows color (decimal): -7782304 or 6307977. OLE color: 6307977.

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

Color convert

RGB 137 64 96 -
CMYK 0 0.53 0.30 0.46
HSL 333.7º 0.36% 0.39% -
HSV(B) 333.7º 0.53% 0.54% -
XYZ 14.26 9.83 12.21 -
YUV 89.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 137 64 96 0 0.53 0.30 0.46 333.7 0.36 0.39
Hex 89 40 60 0 35 1E 2E 14E 24 27
Octal 211 100 140 0 65 36 56 516 44 47
Binary 10001001 1000000 1100000 0 110101 11110 101110 101001110 100100 100111

Color Harmonies of #894060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894060

Black with #894060

Text Example


Text Example

White with #894060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894060; }

 p { color: rgb(137,64,96); }

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

background-color css

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

 a { background-color: rgb(137,64,96); }

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

border-color css

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

 span { border-color: rgb(137,64,96); }

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