Html Css Color HEX #805065 Cosmic

📋 copy color: '#805065'

red 128 ◦ green 80 ◦ blue 101

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

Shades of Cosmic #805065

Tints of Cosmic #805065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.89%

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

R = 41.42%
G = 25.89%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#805065 (or 0x805065) is known color: Cosmic. HEX triplet: 80, 50 and 65. RGB value is (128,80,101). Sum of RGB (Red+Green+Blue) = 128+80+101=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #805065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805065 is #7FAF9A. Grayscale: #606060. Windows color (decimal): -8368027 or 6639744. OLE color: 6639744.

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

Color convert

RGB 128 80 101 -
CMYK 0 0.38 0.21 0.50
HSL 333.75º 0.23% 0.41% -
HSV(B) 333.75º 0.38% 0.5% -
XYZ 14.12 11.27 13.74 -
YUV 96.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 128 80 101 0 0.38 0.21 0.50 333.75 0.23 0.41
Hex 80 50 65 0 26 15 32 14E 17 29
Octal 200 120 145 0 46 25 62 516 27 51
Binary 10000000 1010000 1100101 0 100110 10101 110010 101001110 10111 101001

Color Harmonies of #805065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805065

Black with #805065

Text Example


Text Example

White with #805065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805065; }

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

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

background-color css

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

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

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

border-color css

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

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

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