#815168

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

Shades of Cosmic #815168

Tints of Cosmic #815168

Color information

#815168 (or 0x815168) is unknown color: approx Cosmic. HEX triplet: 81, 51 and 68. RGB value is (129,81,104). Sum of RGB (Red+Green+Blue) = 129+81+104=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #815168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815168 is #7EAE97. Grayscale: #616161. Windows color (decimal): -8302232 or 6836609. OLE color: 6836609.

HSL color Cylindrical-coordinate representation of color #815168: hue angle of 331.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #815168 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12981104-
CMYK00.370.190.49
HSL331.25º22.86%41.18%-
HSV(B)331.25º37.21%50.59%-
XYZ14.4911.5514.56-
YUV97.97131.4150.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=41.08%
G=25.80%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298110400.370.190.49331.2522.8641.18
Hex815168025133114b1729
Octal20112115004523615132751
Binary100000011010001110100001001011001111000110100101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815168; }

 p { color: rgb(129,81,104); }

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

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

 a { background-color: rgb(129,81,104); }

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

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

 span { border-color: rgb(129,81,104); }

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