#845168

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

Shades of Cosmic #845168

Tints of Cosmic #845168

Color information

#845168 (or 0x845168) is unknown color: approx Cosmic. HEX triplet: 84, 51 and 68. RGB value is (132,81,104). Sum of RGB (Red+Green+Blue) = 132+81+104=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #845168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845168 is #7BAE97. Grayscale: #626262. Windows color (decimal): -8105624 or 6836612. OLE color: 6836612.

HSL color Cylindrical-coordinate representation of color #845168: hue angle of 332.94º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845168 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13281104-
CMYK00.390.210.48
HSL332.94º23.94%41.76%-
HSV(B)332.94º38.64%51.76%-
XYZ14.9611.7914.58-
YUV98.87130.9151.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=41.64%
G=25.55%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328110400.390.210.48332.9423.9441.76
Hex845168027153014d182a
Octal20412115004725605153052
Binary100001001010001110100001001111010111000010100110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845168; }

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

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

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

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

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

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

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

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