Html Css Color HEX #804860 Cosmic

📋 copy color: '#804860'

red 128 ◦ green 72 ◦ blue 96

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

Shades of Cosmic #804860

Tints of Cosmic #804860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

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

R = 43.24%
G = 24.32%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#804860 (or 0x804860) is known color: Cosmic. HEX triplet: 80, 48 and 60. RGB value is (128,72,96). Sum of RGB (Red+Green+Blue) = 128+72+96=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #804860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804860 is #7FB79F. Grayscale: #5B5B5B. Windows color (decimal): -8370080 or 6310016. OLE color: 6310016.

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

Color convert

RGB 128 72 96 -
CMYK 0 0.44 0.25 0.50
HSL 334.29º 0.28% 0.39% -
HSV(B) 334.29º 0.44% 0.5% -
XYZ 13.33 10.07 12.31 -
YUV 91.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 128 72 96 0 0.44 0.25 0.50 334.29 0.28 0.39
Hex 80 48 60 0 2C 19 32 14E 1C 27
Octal 200 110 140 0 54 31 62 516 34 47
Binary 10000000 1001000 1100000 0 101100 11001 110010 101001110 11100 100111

Color Harmonies of #804860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804860

Black with #804860

Text Example


Text Example

White with #804860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804860; }

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

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

background-color css

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

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

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

border-color css

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

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

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