Html Css Color HEX #806A85 Trendy Pink

📋 copy color: '#806A85'

red 128 ◦ green 106 ◦ blue 133

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

Shades of Trendy Pink #806A85

Tints of Trendy Pink #806A85

RGB

 RED value IS 128 (50.39% from 255) = 34.88%

 GREEN value IS 106 (41.8% from 255) = 28.88%

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

R = 34.88%
G = 28.88%
B = 36.24%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#806A85 (or 0x806A85) is known color: Trendy Pink. HEX triplet: 80, 6A and 85. RGB value is (128,106,133). Sum of RGB (Red+Green+Blue) = 128+106+133=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: blue. Hex color #806A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806A85 is #7F957A. Grayscale: #737373. Windows color (decimal): -8361339 or 8743552. OLE color: 8743552.

HSL color Cylindrical-coordinate representation of color #806A85: hue angle of 288.89º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #806A85 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 106 133 -
CMYK 0.04 0.20 0 0.48
HSL 288.89º 0.11% 0.47% -
HSV(B) 288.89º 0.2% 0.52% -
XYZ 18.29 16.59 24.43 -
YUV 115.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 128 106 133 0.04 0.20 0 0.48 288.89 0.11 0.47
Hex 80 6A 85 4 14 0 30 121 B 2F
Octal 200 152 205 4 24 0 60 441 13 57
Binary 10000000 1101010 10000101 100 10100 0 110000 100100001 1011 101111

Color Harmonies of #806A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806A85

Black with #806A85

Text Example


Text Example

White with #806A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806A85; }

 p { color: rgb(128,106,133); }

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

background-color css

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

 a { background-color: rgb(128,106,133); }

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

border-color css

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

 span { border-color: rgb(128,106,133); }

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