Html Css Color HEX #804E5B Cosmic

📋 copy color: '#804E5B'

red 128 ◦ green 78 ◦ blue 91

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

Shades of Cosmic #804E5B

Tints of Cosmic #804E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 43.1%
G = 26.26%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#804E5B (or 0x804E5B) is known color: Cosmic. HEX triplet: 80, 4E and 5B. RGB value is (128,78,91). Sum of RGB (Red+Green+Blue) = 128+78+91=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #804E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E5B is #7FB1A4. Grayscale: #5E5E5E. Windows color (decimal): -8368549 or 5983872. OLE color: 5983872.

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

Color convert

RGB 128 78 91 -
CMYK 0 0.39 0.29 0.50
HSL 344.4º 0.24% 0.4% -
HSV(B) 344.4º 0.39% 0.5% -
XYZ 13.51 10.79 11.27 -
YUV 94.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 128 78 91 0 0.39 0.29 0.50 344.4 0.24 0.4
Hex 80 4E 5B 0 27 1D 32 158 18 28
Octal 200 116 133 0 47 35 62 530 30 50
Binary 10000000 1001110 1011011 0 100111 11101 110010 101011000 11000 101000

Color Harmonies of #804E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804E5B

Black with #804E5B

Text Example


Text Example

White with #804E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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