Html Css Color HEX #835265 Cosmic

📋 copy color: '#835265'

red 131 ◦ green 82 ◦ blue 101

#835265
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #835265

Tints of Cosmic #835265

RGB

 RED value IS 131 (51.56% from 255) = 41.72%

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 41.72%
G = 26.11%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#835265 (or 0x835265) is known color: Cosmic. HEX triplet: 83, 52 and 65. RGB value is (131,82,101). Sum of RGB (Red+Green+Blue) = 131+82+101=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #835265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835265 is #7CAD9A. Grayscale: #626262. Windows color (decimal): -8170907 or 6640259. OLE color: 6640259.

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

Color convert

RGB 131 82 101 -
CMYK 0 0.37 0.23 0.49
HSL 336.73º 0.23% 0.42% -
HSV(B) 336.73º 0.37% 0.51% -
XYZ 14.73 11.8 13.81 -
YUV 98.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 131 82 101 0 0.37 0.23 0.49 336.73 0.23 0.42
Hex 83 52 65 0 25 17 31 151 17 2A
Octal 203 122 145 0 45 27 61 521 27 52
Binary 10000011 1010010 1100101 0 100101 10111 110001 101010001 10111 101010

Color Harmonies of #835265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835265

Black with #835265

Text Example


Text Example

White with #835265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835265; }

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

 H1.HeaderClassName
 {
   color: #835265;
 }
 .AnyTagClassName
 {
   color: #835265;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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