Html Css Color HEX #826D85 Trendy Pink

📋 copy color: '#826D85'

red 130 ◦ green 109 ◦ blue 133

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

Shades of Trendy Pink #826D85

Tints of Trendy Pink #826D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.3%

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

R = 34.95%
G = 29.3%
B = 35.75%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#826D85 (or 0x826D85) is known color: Trendy Pink. HEX triplet: 82, 6D and 85. RGB value is (130,109,133). Sum of RGB (Red+Green+Blue) = 130+109+133=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #826D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826D85 is #7D927A. Grayscale: #757575. Windows color (decimal): -8229499 or 8744322. OLE color: 8744322.

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

Color convert

RGB 130 109 133 -
CMYK 0.02 0.18 0 0.48
HSL 292.5º 0.1% 0.47% -
HSV(B) 292.5º 0.18% 0.52% -
XYZ 18.91 17.38 24.55 -
YUV 118.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 130 109 133 0.02 0.18 0 0.48 292.5 0.1 0.47
Hex 82 6D 85 2 12 0 30 124 A 2F
Octal 202 155 205 2 22 0 60 444 12 57
Binary 10000010 1101101 10000101 10 10010 0 110000 100100100 1010 101111

Color Harmonies of #826D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D85

Black with #826D85

Text Example


Text Example

White with #826D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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