Html Css Color HEX #804E60 Cosmic

📋 copy color: '#804E60'

red 128 ◦ green 78 ◦ blue 96

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

Shades of Cosmic #804E60

Tints of Cosmic #804E60

RGB

 RED value IS 128 (50.39% from 255) = 42.38%

 GREEN value IS 78 (30.86% from 255) = 25.83%

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

R = 42.38%
G = 25.83%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#804E60 (or 0x804E60) is known color: Cosmic. HEX triplet: 80, 4E and 60. RGB value is (128,78,96). Sum of RGB (Red+Green+Blue) = 128+78+96=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #804E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E60 is #7FB19F. Grayscale: #5E5E5E. Windows color (decimal): -8368544 or 6311552. OLE color: 6311552.

HSL color Cylindrical-coordinate representation of color #804E60: hue angle of 338.4º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #804E60 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 78 96 -
CMYK 0 0.39 0.25 0.50
HSL 338.4º 0.24% 0.4% -
HSV(B) 338.4º 0.39% 0.5% -
XYZ 13.74 10.88 12.44 -
YUV 95 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 128 78 96 0 0.39 0.25 0.50 338.4 0.24 0.4
Hex 80 4E 60 0 27 19 32 152 18 28
Octal 200 116 140 0 47 31 62 522 30 50
Binary 10000000 1001110 1100000 0 100111 11001 110010 101010010 11000 101000

Color Harmonies of #804E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804E60

Black with #804E60

Text Example


Text Example

White with #804E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804E60; }

 p { color: rgb(128,78,96); }

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

background-color css

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

 a { background-color: rgb(128,78,96); }

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

border-color css

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

 span { border-color: rgb(128,78,96); }

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