Html Css Color HEX #804E6A Cosmic

📋 copy color: '#804E6A'

red 128 ◦ green 78 ◦ blue 106

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

Shades of Cosmic #804E6A

Tints of Cosmic #804E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 41.03%
G = 25%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#804E6A (or 0x804E6A) is known color: Cosmic. HEX triplet: 80, 4E and 6A. RGB value is (128,78,106). Sum of RGB (Red+Green+Blue) = 128+78+106=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #804E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E6A is #7FB195. Grayscale: #606060. Windows color (decimal): -8368534 or 6966912. OLE color: 6966912.

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

Color convert

RGB 128 78 106 -
CMYK 0 0.39 0.17 0.50
HSL 326.4º 0.24% 0.4% -
HSV(B) 326.4º 0.39% 0.5% -
XYZ 14.23 11.08 15.02 -
YUV 96.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 128 78 106 0 0.39 0.17 0.50 326.4 0.24 0.4
Hex 80 4E 6A 0 27 11 32 146 18 28
Octal 200 116 152 0 47 21 62 506 30 50
Binary 10000000 1001110 1101010 0 100111 10001 110010 101000110 11000 101000

Color Harmonies of #804E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804E6A

Black with #804E6A

Text Example


Text Example

White with #804E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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