#835266

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

Shades of Cosmic #835266

Tints of Cosmic #835266

Color information

#835266 (or 0x835266) is unknown color: approx Cosmic. HEX triplet: 83, 52 and 66. RGB value is (131,82,102). Sum of RGB (Red+Green+Blue) = 131+82+102=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #835266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835266 is #7CAD99. Grayscale: #626262. Windows color (decimal): -8170906 or 6705795. OLE color: 6705795.

HSL color Cylindrical-coordinate representation of color #835266: hue angle of 335.51º 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 #835266 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13182102-
CMYK00.370.220.49
HSL335.51º23%41.76%-
HSV(B)335.51º37.4%51.37%-
XYZ14.7811.8214.07-
YUV98.93129.73150.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=41.59%
G=26.03%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318210200.370.220.49335.512341.76
Hex8352660251631150172a
Octal20312214604526615202752
Binary100000111010010110011001001011011011000110101000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835266; }

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

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

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

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

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

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

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

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