#835268

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

Shades of Cosmic #835268

Tints of Cosmic #835268

Color information

#835268 (or 0x835268) is unknown color: approx Cosmic. HEX triplet: 83, 52 and 68. RGB value is (131,82,104). Sum of RGB (Red+Green+Blue) = 131+82+104=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #835268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835268 is #7CAD97. Grayscale: #636363. Windows color (decimal): -8170904 or 6836867. OLE color: 6836867.

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

Color convert

RGB13182104-
CMYK00.370.210.49
HSL333.06º23%41.76%-
HSV(B)333.06º37.4%51.37%-
XYZ14.8811.8614.6-
YUV99.16130.73150.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.32%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=41.32%
G=25.87%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318210400.370.210.49333.062341.76
Hex835268025153114d172a
Octal20312215004525615152752
Binary100000111010010110100001001011010111000110100110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835268; }

 p { color: rgb(131,82,104); }

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

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

 a { background-color: rgb(131,82,104); }

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

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

 span { border-color: rgb(131,82,104); }

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