#84596E

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

Shades of Cosmic #84596E

Tints of Cosmic #84596E

Color information

#84596E (or 0x84596E) is unknown color: approx Cosmic. HEX triplet: 84, 59 and 6E. RGB value is (132,89,110). Sum of RGB (Red+Green+Blue) = 132+89+110=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #84596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84596E is #7BA691. Grayscale: #686868. Windows color (decimal): -8103570 or 7231876. OLE color: 7231876.

HSL color Cylindrical-coordinate representation of color #84596E: hue angle of 330.7º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84596E is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13289110-
CMYK00.330.170.48
HSL330.7º19.46%43.33%-
HSV(B)330.7º32.58%51.76%-
XYZ15.913.1816.46-
YUV104.25131.25147.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=39.88%
G=26.89%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328911000.330.170.48330.719.4643.33
Hex84596E021113014b132b
Octal20413115604121605132353
Binary100001001011001110111001000011000111000010100101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84596E; }

 p { color: rgb(132,89,110); }

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

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

 a { background-color: rgb(132,89,110); }

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

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

 span { border-color: rgb(132,89,110); }

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