#815466

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

Shades of Cosmic #815466

Tints of Cosmic #815466

Color information

#815466 (or 0x815466) is unknown color: approx Cosmic. HEX triplet: 81, 54 and 66. RGB value is (129,84,102). Sum of RGB (Red+Green+Blue) = 129+84+102=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #815466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815466 is #7EAB99. Grayscale: #636363. Windows color (decimal): -8301466 or 6706305. OLE color: 6706305.

HSL color Cylindrical-coordinate representation of color #815466: hue angle of 336º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #815466 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB12984102-
CMYK00.350.210.49
HSL336º21.13%41.76%-
HSV(B)336º34.88%50.59%-
XYZ14.6211.9714.11-
YUV99.51129.41149.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=40.95%
G=26.67%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298410200.350.210.4933621.1341.76
Hex8154660231531150152a
Octal20112414604325615202552
Binary100000011010100110011001000111010111000110101000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815466; }

 p { color: rgb(129,84,102); }

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

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

 a { background-color: rgb(129,84,102); }

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

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

 span { border-color: rgb(129,84,102); }

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