#805270

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

Shades of Cosmic #805270

Tints of Cosmic #805270

Color information

#805270 (or 0x805270) is unknown color: approx Cosmic. HEX triplet: 80, 52 and 70. RGB value is (128,82,112). Sum of RGB (Red+Green+Blue) = 128+82+112=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #805270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805270 is #7FAD8F. Grayscale: #636363. Windows color (decimal): -8367504 or 7361152. OLE color: 7361152.

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

Color convert

RGB12882112-
CMYK00.360.120.50
HSL320.87º21.9%41.18%-
HSV(B)320.87º35.94%50.2%-
XYZ14.8411.7916.82-
YUV99.17135.24148.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.75%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=39.75%
G=25.47%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288211200.360.120.50320.8721.941.18
Hex805270024C321411629
Octal20012216004414625012651
Binary10000000101001011100000100100110011001010100000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805270; }

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

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

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

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

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

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

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

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