#824668

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

Shades of Cosmic #824668

Tints of Cosmic #824668

Color information

#824668 (or 0x824668) is unknown color: approx Cosmic. HEX triplet: 82, 46 and 68. RGB value is (130,70,104). Sum of RGB (Red+Green+Blue) = 130+70+104=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #824668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824668 is #7DB997. Grayscale: #5B5B5B. Windows color (decimal): -8239512 or 6833794. OLE color: 6833794.

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

Color convert

RGB13070104-
CMYK00.460.20.49
HSL326º30%39.22%-
HSV(B)326º46.15%50.98%-
XYZ13.8910.1314.32-
YUV91.82134.88155.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=42.76%
G=23.03%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307010400.460.20.493263039.22
Hex82466802E14311461e27
Octal20210615005624615063647
Binary100000101000110110100001011101010011000110100011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824668; }

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

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

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

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

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

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

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

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