Html Css Color HEX #825679 Trendy Pink

📋 copy color: '#825679'

red 130 ◦ green 86 ◦ blue 121

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

Shades of Trendy Pink #825679

Tints of Trendy Pink #825679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.52%

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 38.58%
G = 25.52%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#825679 (or 0x825679) is known color: Trendy Pink. HEX triplet: 82, 56 and 79. RGB value is (130,86,121). Sum of RGB (Red+Green+Blue) = 130+86+121=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #825679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825679 is #7DA986. Grayscale: #676767. Windows color (decimal): -8235399 or 7952002. OLE color: 7952002.

HSL color Cylindrical-coordinate representation of color #825679: hue angle of 312.27º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825679 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 121 -
CMYK 0 0.34 0.07 0.49
HSL 312.27º 0.2% 0.42% -
HSV(B) 312.27º 0.34% 0.51% -
XYZ 15.98 12.78 19.71 -
YUV 103.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 130 86 121 0 0.34 0.07 0.49 312.27 0.2 0.42
Hex 82 56 79 0 22 7 31 138 14 2A
Octal 202 126 171 0 42 7 61 470 24 52
Binary 10000010 1010110 1111001 0 100010 111 110001 100111000 10100 101010

Color Harmonies of #825679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825679

Black with #825679

Text Example


Text Example

White with #825679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825679; }

 p { color: rgb(130,86,121); }

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

background-color css

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

 a { background-color: rgb(130,86,121); }

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

border-color css

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

 span { border-color: rgb(130,86,121); }

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