Html Css Color HEX #80495F Cosmic

📋 copy color: '#80495F'

red 128 ◦ green 73 ◦ blue 95

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

Shades of Cosmic #80495F

Tints of Cosmic #80495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 43.24%
G = 24.66%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80495F (or 0x80495F) is known color: Cosmic. HEX triplet: 80, 49 and 5F. RGB value is (128,73,95). Sum of RGB (Red+Green+Blue) = 128+73+95=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #80495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80495F is #7FB6A0. Grayscale: #5B5B5B. Windows color (decimal): -8369825 or 6244736. OLE color: 6244736.

HSL color Cylindrical-coordinate representation of color #80495F: hue angle of 336º 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 #80495F is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 95 -
CMYK 0 0.43 0.26 0.50
HSL 336º 0.27% 0.39% -
HSV(B) 336º 0.43% 0.5% -
XYZ 13.35 10.18 12.09 -
YUV 91.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 128 73 95 0 0.43 0.26 0.50 336 0.27 0.39
Hex 80 49 5F 0 2B 1A 32 150 1B 27
Octal 200 111 137 0 53 32 62 520 33 47
Binary 10000000 1001001 1011111 0 101011 11010 110010 101010000 11011 100111

Color Harmonies of #80495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80495F

Black with #80495F

Text Example


Text Example

White with #80495F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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