Html Css Color HEX #825C7A Trendy Pink

📋 copy color: '#825C7A'

red 130 ◦ green 92 ◦ blue 122

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

Shades of Trendy Pink #825C7A

Tints of Trendy Pink #825C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.74%

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 37.79%
G = 26.74%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#825C7A (or 0x825C7A) is known color: Trendy Pink. HEX triplet: 82, 5C and 7A. RGB value is (130,92,122). Sum of RGB (Red+Green+Blue) = 130+92+122=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #825C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C7A is #7DA385. Grayscale: #6A6A6A. Windows color (decimal): -8233862 or 8019074. OLE color: 8019074.

HSL color Cylindrical-coordinate representation of color #825C7A: hue angle of 312.63º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C7A is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 122 -
CMYK 0 0.29 0.06 0.49
HSL 312.63º 0.17% 0.44% -
HSV(B) 312.63º 0.29% 0.51% -
XYZ 16.55 13.81 20.2 -
YUV 106.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 130 92 122 0 0.29 0.06 0.49 312.63 0.17 0.44
Hex 82 5C 7A 0 1D 6 31 139 11 2C
Octal 202 134 172 0 35 6 61 471 21 54
Binary 10000010 1011100 1111010 0 11101 110 110001 100111001 10001 101100

Color Harmonies of #825C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C7A

Black with #825C7A

Text Example


Text Example

White with #825C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825C7A; }

 p { color: rgb(130,92,122); }

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

background-color css

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

 a { background-color: rgb(130,92,122); }

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

border-color css

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

 span { border-color: rgb(130,92,122); }

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