Html Css Color HEX #80495E Cosmic

📋 copy color: '#80495E'

red 128 ◦ green 73 ◦ blue 94

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

Shades of Cosmic #80495E

Tints of Cosmic #80495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 43.39%
G = 24.75%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80495E (or 0x80495E) is known color: Cosmic. HEX triplet: 80, 49 and 5E. RGB value is (128,73,94). Sum of RGB (Red+Green+Blue) = 128+73+94=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #80495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80495E is #7FB6A1. Grayscale: #5B5B5B. Windows color (decimal): -8369826 or 6179200. OLE color: 6179200.

HSL color Cylindrical-coordinate representation of color #80495E: hue angle of 337.09º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80495E is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 94 -
CMYK 0 0.43 0.27 0.50
HSL 337.09º 0.27% 0.39% -
HSV(B) 337.09º 0.43% 0.5% -
XYZ 13.31 10.16 11.85 -
YUV 91.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 128 73 94 0 0.43 0.27 0.50 337.09 0.27 0.39
Hex 80 49 5E 0 2B 1B 32 151 1B 27
Octal 200 111 136 0 53 33 62 521 33 47
Binary 10000000 1001001 1011110 0 101011 11011 110010 101010001 11011 100111

Color Harmonies of #80495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80495E

Black with #80495E

Text Example


Text Example

White with #80495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80495E; }

 p { color: rgb(128,73,94); }

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

background-color css

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

 a { background-color: rgb(128,73,94); }

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

border-color css

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

 span { border-color: rgb(128,73,94); }

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