Html Css Color HEX #835063 Cosmic

📋 copy color: '#835063'

red 131 ◦ green 80 ◦ blue 99

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

Shades of Cosmic #835063

Tints of Cosmic #835063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 42.26%
G = 25.81%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#835063 (or 0x835063) is known color: Cosmic. HEX triplet: 83, 50 and 63. RGB value is (131,80,99). Sum of RGB (Red+Green+Blue) = 131+80+99=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #835063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835063 is #7CAF9C. Grayscale: #616161. Windows color (decimal): -8171421 or 6508675. OLE color: 6508675.

HSL color Cylindrical-coordinate representation of color #835063: hue angle of 337.65º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835063 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 99 -
CMYK 0 0.39 0.24 0.49
HSL 337.65º 0.24% 0.41% -
HSV(B) 337.65º 0.39% 0.51% -
XYZ 14.48 11.46 13.25 -
YUV 97.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 131 80 99 0 0.39 0.24 0.49 337.65 0.24 0.41
Hex 83 50 63 0 27 18 31 152 18 29
Octal 203 120 143 0 47 30 61 522 30 51
Binary 10000011 1010000 1100011 0 100111 11000 110001 101010010 11000 101001

Color Harmonies of #835063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835063

Black with #835063

Text Example


Text Example

White with #835063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835063; }

 p { color: rgb(131,80,99); }

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

background-color css

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

 a { background-color: rgb(131,80,99); }

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

border-color css

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

 span { border-color: rgb(131,80,99); }

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