Html Css Color HEX #83516C Cosmic

📋 copy color: '#83516C'

red 131 ◦ green 81 ◦ blue 108

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

Shades of Cosmic #83516C

Tints of Cosmic #83516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.31%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 40.94%
G = 25.31%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83516C (or 0x83516C) is known color: Cosmic. HEX triplet: 83, 51 and 6C. RGB value is (131,81,108). Sum of RGB (Red+Green+Blue) = 131+81+108=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #83516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83516C is #7CAE93. Grayscale: #626262. Windows color (decimal): -8171156 or 7098755. OLE color: 7098755.

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

Color convert

RGB 131 81 108 -
CMYK 0 0.38 0.18 0.49
HSL 327.6º 0.24% 0.42% -
HSV(B) 327.6º 0.38% 0.51% -
XYZ 15.01 11.79 15.67 -
YUV 99.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 131 81 108 0 0.38 0.18 0.49 327.6 0.24 0.42
Hex 83 51 6C 0 26 12 31 148 18 2A
Octal 203 121 154 0 46 22 61 510 30 52
Binary 10000011 1010001 1101100 0 100110 10010 110001 101001000 11000 101010

Color Harmonies of #83516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83516C

Black with #83516C

Text Example


Text Example

White with #83516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83516C; }

 p { color: rgb(131,81,108); }

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

background-color css

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

 a { background-color: rgb(131,81,108); }

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

border-color css

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

 span { border-color: rgb(131,81,108); }

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