#805065

Color #805065 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #805065

Tints of Cosmic #805065

Color information

#805065 (or 0x805065) is unknown color: approx 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

RGB12880101-
CMYK00.380.210.50
HSL333.75º23.08%40.78%-
HSV(B)333.75º37.5%50.2%-
XYZ14.1211.2713.74-
YUV96.75130.4150.29-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288010100.380.210.50333.7523.0840.78
Hex805065026153214e1729
Octal20012014504625625162751
Binary100000001010000110010101001101010111001010100111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>