#835C71

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

Shades of Cosmic #835C71

Tints of Cosmic #835C71

Color information

#835C71 (or 0x835C71) is unknown color: approx Cosmic. HEX triplet: 83, 5C and 71. RGB value is (131,92,113). Sum of RGB (Red+Green+Blue) = 131+92+113=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #835C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C71 is #7CA38E. Grayscale: #6A6A6A. Windows color (decimal): -8168335 or 7429251. OLE color: 7429251.

HSL color Cylindrical-coordinate representation of color #835C71: hue angle of 327.69º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835C71 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB13192113-
CMYK00.300.140.49
HSL327.69º17.49%43.73%-
HSV(B)327.69º29.77%51.37%-
XYZ16.1713.6717.41-
YUV106.06131.92145.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=38.99%
G=27.38%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319211300.300.140.49327.6917.4943.73
Hex835C7101EE31148112c
Octal20313416103616615102154
Binary1000001110111001110001011110111011000110100100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835C71; }

 p { color: rgb(131,92,113); }

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

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

 a { background-color: rgb(131,92,113); }

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

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

 span { border-color: rgb(131,92,113); }

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