Html Css Color HEX #826080 Trendy Pink

📋 copy color: '#826080'

red 130 ◦ green 96 ◦ blue 128

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

Shades of Trendy Pink #826080

Tints of Trendy Pink #826080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 36.72%
G = 27.12%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#826080 (or 0x826080) is known color: Trendy Pink. HEX triplet: 82, 60 and 80. RGB value is (130,96,128). Sum of RGB (Red+Green+Blue) = 130+96+128=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #826080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826080 is #7D9F7F. Grayscale: #6D6D6D. Windows color (decimal): -8232832 or 8413314. OLE color: 8413314.

HSL color Cylindrical-coordinate representation of color #826080: hue angle of 303.53º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826080 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 128 -
CMYK 0 0.26 0.02 0.49
HSL 303.53º 0.15% 0.44% -
HSV(B) 303.53º 0.26% 0.51% -
XYZ 17.29 14.67 22.34 -
YUV 109.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 130 96 128 0 0.26 0.02 0.49 303.53 0.15 0.44
Hex 82 60 80 0 1A 2 31 130 F 2C
Octal 202 140 200 0 32 2 61 460 17 54
Binary 10000010 1100000 10000000 0 11010 10 110001 100110000 1111 101100

Color Harmonies of #826080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826080

Black with #826080

Text Example


Text Example

White with #826080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826080; }

 p { color: rgb(130,96,128); }

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

background-color css

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

 a { background-color: rgb(130,96,128); }

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

border-color css

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

 span { border-color: rgb(130,96,128); }

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