Html Css Color HEX #804065 Cosmic

📋 copy color: '#804065'

red 128 ◦ green 64 ◦ blue 101

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

Shades of Cosmic #804065

Tints of Cosmic #804065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

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

R = 43.69%
G = 21.84%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#804065 (or 0x804065) is known color: Cosmic. HEX triplet: 80, 40 and 65. RGB value is (128,64,101). Sum of RGB (Red+Green+Blue) = 128+64+101=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #804065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804065 is #7FBF9A. Grayscale: #575757. Windows color (decimal): -8372123 or 6635648. OLE color: 6635648.

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

Color convert

RGB 128 64 101 -
CMYK 0 0.5 0.21 0.50
HSL 325.31º 0.33% 0.38% -
HSV(B) 325.31º 0.5% 0.5% -
XYZ 13.08 9.2 13.4 -
YUV 87.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 128 64 101 0 0.5 0.21 0.50 325.31 0.33 0.38
Hex 80 40 65 0 32 15 32 145 21 26
Octal 200 100 145 0 62 25 62 505 41 46
Binary 10000000 1000000 1100101 0 110010 10101 110010 101000101 100001 100110

Color Harmonies of #804065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804065

Black with #804065

Text Example


Text Example

White with #804065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804065; }

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

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

background-color css

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

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

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

border-color css

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

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

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