#805267

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

Shades of Cosmic #805267

Tints of Cosmic #805267

Color information

#805267 (or 0x805267) is unknown color: approx Cosmic. HEX triplet: 80, 52 and 67. RGB value is (128,82,103). Sum of RGB (Red+Green+Blue) = 128+82+103=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #805267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805267 is #7FAD98. Grayscale: #626262. Windows color (decimal): -8367513 or 6771328. OLE color: 6771328.

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

Color convert

RGB12882103-
CMYK00.360.200.50
HSL332.61º21.9%41.18%-
HSV(B)332.61º35.94%50.2%-
XYZ14.3711.614.31-
YUV98.15130.74149.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 103 (40.62% from 255) = 32.91%
R=40.89%
G=26.20%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288210300.360.200.50332.6121.941.18
Hex805267024143214d1629
Octal20012214704424625152651
Binary100000001010010110011101001001010011001010100110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805267; }

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

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

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

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

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

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

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

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