#805172

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

Shades of Cosmic #805172

Tints of Cosmic #805172

Color information

#805172 (or 0x805172) is unknown color: approx Cosmic. HEX triplet: 80, 51 and 72. RGB value is (128,81,114). Sum of RGB (Red+Green+Blue) = 128+81+114=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #805172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805172 is #7FAE8D. Grayscale: #626262. Windows color (decimal): -8367758 or 7491968. OLE color: 7491968.

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

Color convert

RGB12881114-
CMYK00.370.110.50
HSL317.87º22.49%40.98%-
HSV(B)317.87º36.72%50.2%-
XYZ14.8811.6917.39-
YUV98.81136.57148.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=39.63%
G=25.08%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288111400.370.110.50317.8722.4940.98
Hex805172025B3213e1629
Octal20012116204513624762651
Binary10000000101000111100100100101101111001010011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805172; }

 p { color: rgb(128,81,114); }

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

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

 a { background-color: rgb(128,81,114); }

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

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

 span { border-color: rgb(128,81,114); }

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