Html Css Color HEX #82516C Cosmic

📋 copy color: '#82516C'

red 130 ◦ green 81 ◦ blue 108

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

Shades of Cosmic #82516C

Tints of Cosmic #82516C

RGB

 RED value IS 130 (51.17% from 255) = 40.75%

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

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

R = 40.75%
G = 25.39%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82516C (or 0x82516C) is known color: Cosmic. HEX triplet: 82, 51 and 6C. RGB value is (130,81,108). Sum of RGB (Red+Green+Blue) = 130+81+108=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82516C is #7DAE93. Grayscale: #626262. Windows color (decimal): -8236692 or 7098754. OLE color: 7098754.

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

Color convert

RGB 130 81 108 -
CMYK 0 0.38 0.17 0.49
HSL 326.94º 0.23% 0.41% -
HSV(B) 326.94º 0.38% 0.51% -
XYZ 14.86 11.71 15.67 -
YUV 98.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 130 81 108 0 0.38 0.17 0.49 326.94 0.23 0.41
Hex 82 51 6C 0 26 11 31 147 17 29
Octal 202 121 154 0 46 21 61 507 27 51
Binary 10000010 1010001 1101100 0 100110 10001 110001 101000111 10111 101001

Color Harmonies of #82516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82516C

Black with #82516C

Text Example


Text Example

White with #82516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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