Html Css Color HEX #804160 Cosmic

📋 copy color: '#804160'

red 128 ◦ green 65 ◦ blue 96

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

Shades of Cosmic #804160

Tints of Cosmic #804160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 44.29%
G = 22.49%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#804160 (or 0x804160) is known color: Cosmic. HEX triplet: 80, 41 and 60. RGB value is (128,65,96). Sum of RGB (Red+Green+Blue) = 128+65+96=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #804160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804160 is #7FBE9F. Grayscale: #575757. Windows color (decimal): -8371872 or 6308224. OLE color: 6308224.

HSL color Cylindrical-coordinate representation of color #804160: hue angle of 330.48º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804160 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 96 -
CMYK 0 0.49 0.25 0.50
HSL 330.48º 0.33% 0.38% -
HSV(B) 330.48º 0.49% 0.5% -
XYZ 12.9 9.21 12.16 -
YUV 87.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 128 65 96 0 0.49 0.25 0.50 330.48 0.33 0.38
Hex 80 41 60 0 31 19 32 14A 21 26
Octal 200 101 140 0 61 31 62 512 41 46
Binary 10000000 1000001 1100000 0 110001 11001 110010 101001010 100001 100110

Color Harmonies of #804160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804160

Black with #804160

Text Example


Text Example

White with #804160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804160; }

 p { color: rgb(128,65,96); }

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

background-color css

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

 a { background-color: rgb(128,65,96); }

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

border-color css

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

 span { border-color: rgb(128,65,96); }

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