Html Css Color HEX #804165 Cosmic

📋 copy color: '#804165'

red 128 ◦ green 65 ◦ blue 101

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

Shades of Cosmic #804165

Tints of Cosmic #804165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 43.54%
G = 22.11%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#804165 (or 0x804165) is known color: Cosmic. HEX triplet: 80, 41 and 65. RGB value is (128,65,101). Sum of RGB (Red+Green+Blue) = 128+65+101=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #804165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804165 is #7FBE9A. Grayscale: #575757. Windows color (decimal): -8371867 or 6635904. OLE color: 6635904.

HSL color Cylindrical-coordinate representation of color #804165: hue angle of 325.71º 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 #804165 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 101 -
CMYK 0 0.49 0.21 0.50
HSL 325.71º 0.33% 0.38% -
HSV(B) 325.71º 0.49% 0.5% -
XYZ 13.14 9.31 13.42 -
YUV 87.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 128 65 101 0 0.49 0.21 0.50 325.71 0.33 0.38
Hex 80 41 65 0 31 15 32 146 21 26
Octal 200 101 145 0 61 25 62 506 41 46
Binary 10000000 1000001 1100101 0 110001 10101 110010 101000110 100001 100110

Color Harmonies of #804165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804165

Black with #804165

Text Example


Text Example

White with #804165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804165; }

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

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

background-color css

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

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

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

border-color css

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

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

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