#82596C

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

Shades of Cosmic #82596C

Tints of Cosmic #82596C

Color information

#82596C (or 0x82596C) is unknown color: approx Cosmic. HEX triplet: 82, 59 and 6C. RGB value is (130,89,108). Sum of RGB (Red+Green+Blue) = 130+89+108=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82596C is #7DA693. Grayscale: #676767. Windows color (decimal): -8234644 or 7100802. OLE color: 7100802.

HSL color Cylindrical-coordinate representation of color #82596C: hue angle of 332.2º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82596C is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB13089108-
CMYK00.320.170.49
HSL332.2º18.72%42.94%-
HSV(B)332.2º31.54%50.98%-
XYZ15.4912.9715.88-
YUV103.42130.58146.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=39.76%
G=27.22%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308910800.320.170.49332.218.7242.94
Hex82596C020113114c132b
Octal20213115404021615142353
Binary100000101011001110110001000001000111000110100110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82596C; }

 p { color: rgb(130,89,108); }

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

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

 a { background-color: rgb(130,89,108); }

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

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

 span { border-color: rgb(130,89,108); }

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