#825168

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

Shades of Cosmic #825168

Tints of Cosmic #825168

Color information

#825168 (or 0x825168) is unknown color: approx Cosmic. HEX triplet: 82, 51 and 68. RGB value is (130,81,104). Sum of RGB (Red+Green+Blue) = 130+81+104=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #825168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825168 is #7DAE97. Grayscale: #626262. Windows color (decimal): -8236696 or 6836610. OLE color: 6836610.

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

Color convert

RGB13081104-
CMYK00.380.20.49
HSL331.84º23.22%41.37%-
HSV(B)331.84º37.69%50.98%-
XYZ14.6511.6314.57-
YUV98.27131.23150.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=41.27%
G=25.71%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308110400.380.20.49331.8423.2241.37
Hex825168026143114c1729
Octal20212115004624615142751
Binary100000101010001110100001001101010011000110100110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825168; }

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

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

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

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

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

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

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

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