Html Css Color HEX #894265 Cosmic

📋 copy color: '#894265'

red 137 ◦ green 66 ◦ blue 101

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

Shades of Cosmic #894265

Tints of Cosmic #894265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 45.07%
G = 21.71%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#894265 (or 0x894265) is known color: Cosmic. HEX triplet: 89, 42 and 65. RGB value is (137,66,101). Sum of RGB (Red+Green+Blue) = 137+66+101=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #894265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894265 is #76BD9A. Grayscale: #5B5B5B. Windows color (decimal): -7781787 or 6636169. OLE color: 6636169.

HSL color Cylindrical-coordinate representation of color #894265: hue angle of 330.42º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894265 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 101 -
CMYK 0 0.52 0.26 0.46
HSL 330.42º 0.35% 0.4% -
HSV(B) 330.42º 0.52% 0.54% -
XYZ 14.61 10.15 13.5 -
YUV 91.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 137 66 101 0 0.52 0.26 0.46 330.42 0.35 0.4
Hex 89 42 65 0 34 1A 2E 14A 23 28
Octal 211 102 145 0 64 32 56 512 43 50
Binary 10001001 1000010 1100101 0 110100 11010 101110 101001010 100011 101000

Color Harmonies of #894265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894265

Black with #894265

Text Example


Text Example

White with #894265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894265; }

 p { color: rgb(137,66,101); }

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

background-color css

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

 a { background-color: rgb(137,66,101); }

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

border-color css

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

 span { border-color: rgb(137,66,101); }

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