#805170

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

Shades of Cosmic #805170

Tints of Cosmic #805170

Color information

#805170 (or 0x805170) is unknown color: approx Cosmic. HEX triplet: 80, 51 and 70. RGB value is (128,81,112). Sum of RGB (Red+Green+Blue) = 128+81+112=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #805170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805170 is #7FAE8F. Grayscale: #626262. Windows color (decimal): -8367760 or 7360896. OLE color: 7360896.

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

Color convert

RGB12881112-
CMYK00.370.120.50
HSL320.43º22.49%40.98%-
HSV(B)320.43º36.72%50.2%-
XYZ14.7711.6416.8-
YUV98.59135.57148.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=39.88%
G=25.23%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288111200.370.120.50320.4322.4940.98
Hex805170025C321401629
Octal20012116004514625002651
Binary10000000101000111100000100101110011001010100000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805170; }

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

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

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

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

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

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

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

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