Html Css Color HEX #804E68 Cosmic

📋 copy color: '#804E68'

red 128 ◦ green 78 ◦ blue 104

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

Shades of Cosmic #804E68

Tints of Cosmic #804E68

RGB

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

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

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

R = 41.29%
G = 25.16%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#804E68 (or 0x804E68) is known color: Cosmic. HEX triplet: 80, 4E and 68. RGB value is (128,78,104). Sum of RGB (Red+Green+Blue) = 128+78+104=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #804E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E68 is #7FB197. Grayscale: #5F5F5F. Windows color (decimal): -8368536 or 6835840. OLE color: 6835840.

HSL color Cylindrical-coordinate representation of color #804E68: hue angle of 328.8º 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 #804E68 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 78 104 -
CMYK 0 0.39 0.19 0.50
HSL 328.8º 0.24% 0.4% -
HSV(B) 328.8º 0.39% 0.5% -
XYZ 14.13 11.04 14.48 -
YUV 95.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 128 78 104 0 0.39 0.19 0.50 328.8 0.24 0.4
Hex 80 4E 68 0 27 13 32 149 18 28
Octal 200 116 150 0 47 23 62 511 30 50
Binary 10000000 1001110 1101000 0 100111 10011 110010 101001001 11000 101000

Color Harmonies of #804E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804E68

Black with #804E68

Text Example


Text Example

White with #804E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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