#825668

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

Shades of Cosmic #825668

Tints of Cosmic #825668

Color information

#825668 (or 0x825668) is unknown color: approx Cosmic. HEX triplet: 82, 56 and 68. RGB value is (130,86,104). Sum of RGB (Red+Green+Blue) = 130+86+104=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #825668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825668 is #7DA997. Grayscale: #656565. Windows color (decimal): -8235416 or 6837890. OLE color: 6837890.

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

Color convert

RGB13086104-
CMYK00.340.20.49
HSL335.45º20.37%42.35%-
HSV(B)335.45º33.85%50.98%-
XYZ15.0312.414.7-
YUV101.21129.58148.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=40.62%
G=26.88%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308610400.340.20.49335.4520.3742.35
Hex825668022143114f142a
Octal20212615004224615172452
Binary100000101010110110100001000101010011000110100111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825668; }

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

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

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

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

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

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

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

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