#823E68

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

Shades of Cosmic #823E68

Tints of Cosmic #823E68

Color information

#823E68 (or 0x823E68) is unknown color: approx Cosmic. HEX triplet: 82, 3E and 68. RGB value is (130,62,104). Sum of RGB (Red+Green+Blue) = 130+62+104=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #823E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823E68 is #7DC197. Grayscale: #575757. Windows color (decimal): -8241560 or 6831746. OLE color: 6831746.

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

Color convert

RGB13062104-
CMYK00.520.20.49
HSL322.94º35.42%37.65%-
HSV(B)322.94º52.31%50.98%-
XYZ13.439.1914.16-
YUV87.12137.53158.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 62 (24.61% from 255) = 20.95%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=43.92%
G=20.95%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306210400.520.20.49322.9435.4237.65
Hex823E6803414311432326
Octal2027615006424615034346
Binary100000101111101101000011010010100110001101000011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823E68; }

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

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

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

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

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

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

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

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