Html Css Color HEX #826C85 Trendy Pink

📋 copy color: '#826C85'

red 130 ◦ green 108 ◦ blue 133

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

Shades of Trendy Pink #826C85

Tints of Trendy Pink #826C85

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 35.04%
G = 29.11%
B = 35.85%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#826C85 (or 0x826C85) is known color: Trendy Pink. HEX triplet: 82, 6C and 85. RGB value is (130,108,133). Sum of RGB (Red+Green+Blue) = 130+108+133=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #826C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826C85 is #7D937A. Grayscale: #757575. Windows color (decimal): -8229755 or 8744066. OLE color: 8744066.

HSL color Cylindrical-coordinate representation of color #826C85: hue angle of 292.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #826C85 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 108 133 -
CMYK 0.02 0.19 0 0.48
HSL 292.8º 0.1% 0.47% -
HSV(B) 292.8º 0.19% 0.52% -
XYZ 18.8 17.16 24.51 -
YUV 117.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 130 108 133 0.02 0.19 0 0.48 292.8 0.1 0.47
Hex 82 6C 85 2 13 0 30 125 A 2F
Octal 202 154 205 2 23 0 60 445 12 57
Binary 10000010 1101100 10000101 10 10011 0 110000 100100101 1010 101111

Color Harmonies of #826C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C85

Black with #826C85

Text Example


Text Example

White with #826C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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