#826185

Color #826185 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #826185

Tints of Trendy Pink #826185

Color information

#826185 (or 0x826185) is unknown color: approx Trendy Pink. HEX triplet: 82, 61 and 85. RGB value is (130,97,133). Sum of RGB (Red+Green+Blue) = 130+97+133=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #826185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826185 is #7D9E7A. Grayscale: #6E6E6E. Windows color (decimal): -8232571 or 8741250. OLE color: 8741250.

HSL color Cylindrical-coordinate representation of color #826185: hue angle of 295º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #826185 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13097133-
CMYK0.020.2700.48
HSL295º15.65%45.1%-
HSV(B)295º27.07%52.16%-
XYZ17.7114.9924.15-
YUV110.97140.43141.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=36.11%
G=26.94%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130971330.020.2700.4829515.6545.1
Hex82618521B030127102d
Octal2021412052330604472055
Binary100000101100001100001011011011011000010010011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826185; }

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

 H1.HeaderClassName
 {
   color: #826185;
 }
 .AnyTagClassName
 {
   color: #826185;
 }
</style>
background-color css

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

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

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

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

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

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