#805265

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

Shades of Cosmic #805265

Tints of Cosmic #805265

Color information

#805265 (or 0x805265) is unknown color: approx Cosmic. HEX triplet: 80, 52 and 65. RGB value is (128,82,101). Sum of RGB (Red+Green+Blue) = 128+82+101=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #805265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805265 is #7FAD9A. Grayscale: #616161. Windows color (decimal): -8367515 or 6640256. OLE color: 6640256.

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

Color convert

RGB12882101-
CMYK00.360.210.50
HSL335.22º21.9%41.18%-
HSV(B)335.22º35.94%50.2%-
XYZ14.2711.5613.79-
YUV97.92129.74149.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=41.16%
G=26.37%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288210100.360.210.50335.2221.941.18
Hex805265024153214f1629
Octal20012214504425625172651
Binary100000001010010110010101001001010111001010100111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805265; }

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

 H1.HeaderClassName
 {
   color: #805265;
 }
 .AnyTagClassName
 {
   color: #805265;
 }
</style>
background-color css

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

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

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

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

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

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